Closed qiumeng6 closed 2 years ago
hi, i want to train on multiple gpus with train_DDP.py, but i do not know which param determine the number of gpus. Looking forward to your reply ! Thank you!
Hi, you can use python3 train_ddp.py --num_gpus 8
python3 train_ddp.py --num_gpus 8
which code branch did you use?
hi, i want to train on multiple gpus with train_DDP.py, but i do not know which param determine the number of gpus. Looking forward to your reply ! Thank you!