how to assign specific gpus in mmdetection during training? #8787
Answered
by
jbwang1997
GolvenDong
asked this question in
Q&A
-
The documentation says I can use dist_trian.sh to train with mutiple gpus,but how to specify gpus? For example,I want to use gpu:2,3 to train my models. |
Beta Was this translation helpful? Give feedback.
Answered by
jbwang1997
Sep 13, 2022
Replies: 1 comment 2 replies
-
You can add CUDA_VISIBLE_DEVICES="2,3" in the front of |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add CUDA_VISIBLE_DEVICES="2,3" in the front of
dist_trainsh