You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with Multi-GPU Training/Predicting using --gpu_id
Problem:
I'm currently facing an issue when attempting to train or predict on multiple GPUs using the --gpu_id flag. Despite specifying multiple GPUs (--gpu_id 0,1), only one GPU is being utilized.
Issue with Multi-GPU Training/Predicting using --gpu_id
Problem:
I'm currently facing an issue when attempting to train or predict on multiple GPUs using the
--gpu_id
flag. Despite specifying multiple GPUs (--gpu_id 0,1
), only one GPU is being utilized.Environment:
Reproducible Example:
Expected Behavior:
I expect the training or predicting to utilize both GPUs specified in
--gpu_id
.Actual Behavior:
Only one GPU is being used, and the workload is not distributed across the specified GPUs.
Additional Information:
Any help or suggestions to troubleshoot this issue would be greatly appreciated!
The text was updated successfully, but these errors were encountered: