You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to speed up the prediction time with more GPUs
Pitch
It should be easier if you can use config for this, like config.CPU_DEVICE_COUNT = 2
Is there anyway to do it? i have seen python tools/train_net.py --num-gpus 4 --config-file configs/modanet.yaml but i guess it for training, i only want to predict frame.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Prediction using multiple GPU without
Motivation
I want to speed up the prediction time with more GPUs
Pitch
It should be easier if you can use config for this, like config.CPU_DEVICE_COUNT = 2
Is there anyway to do it? i have seen python tools/train_net.py --num-gpus 4 --config-file configs/modanet.yaml but i guess it for training, i only want to predict frame.
The text was updated successfully, but these errors were encountered: