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 have 4 gpu,and i want to run train.py on my second gpu.
i use command CUDA_VISIBLE_DEVICES=2 python /tools/train.py config/xxx.py
but it is not useful,it still use gpu:0
ps:my version is mmdet3.x
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i have 4 gpu,and i want to run train.py on my second gpu.
i use command
CUDA_VISIBLE_DEVICES=2 python /tools/train.py config/xxx.py
but it is not useful,it still use gpu:0
ps:my version is mmdet3.x
Beta Was this translation helpful? Give feedback.
All reactions