Open 15762260991 opened 1 year ago
When a computer has multiple GPUs, how to select GPUs for training?
No response
Training and Testing
CUDA_VISIBLE_DEVICES=0,1,2,3 PORT=29500 bash tools/dist_train.sh ${CONFIG} 4 [PY_ARGS] CUDA_VISIBLE_DEVICES=4,5,6,7 PORT=29501 bash tools/dist_train.sh ${CONFIG} 4 [PY_ARGS]
The doc issue
When a computer has multiple GPUs, how to select GPUs for training?
Suggest a potential alternative/fix
No response