Closed ghosthunterk closed 1 year ago
I have 8 GPUs on my Lab server and the training only takes place on GPU 0, how can I set it up for it to train on multiple GPUs?
You can set device_ids=“0,1,2,3,4,5,6,7” to use all 8 gpus
I have 8 GPUs on my Lab server and the training only takes place on GPU 0, how can I set it up for it to train on multiple GPUs?