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
Could you give some guidance on how to train the model on multiple GPUs? I have a very large dataset and I run out of memory (32 GB total).
Should I use PyTorch's Distributed Data Parallel? or just assign different GPUs to different components of the model?
Thanks.
The text was updated successfully, but these errors were encountered:
Could you give some guidance on how to train the model on multiple GPUs? I have a very large dataset and I run out of memory (32 GB total).
Should I use PyTorch's Distributed Data Parallel? or just assign different GPUs to different components of the model?
Thanks.
The text was updated successfully, but these errors were encountered: