how to set up gpu-id when training with single gpu based on version 1.1 #2019
Answered
by
ZCMax
JiSuanJiDaWang
asked this question in
Q&A
-
Hi, I used the new version of mmdetection3d(1.1). When training with a single GPU, I could not find the gpu-id setting in the tools/train.py file. Please give me some information on how to set it up. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ZCMax
Nov 11, 2022
Replies: 1 comment 5 replies
-
You can try just use |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
JiSuanJiDaWang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try just use
CUDA_VISIBLE_DEVICES=1 python train.py xxxx