How to specify GPU for single machine multi-gpus training #691
-
How to specify GPU for single machine multi-gpus training? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You could use Lines 37 to 42 in ee34d95 But I prefer setting CUDA_VISIBLE_DEVICES=1 python tools/train.py xxx |
Beta Was this translation helpful? Give feedback.
-
Hi, you can also refer to launch-multiple-jobs-on-a-single-machine |
Beta Was this translation helpful? Give feedback.
-
ok,thank you |
Beta Was this translation helpful? Give feedback.
Hi, you can also refer to launch-multiple-jobs-on-a-single-machine