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
Greetings.
Is there any functional module to perform model parallel training?
I'm not referring to multi-gpu training, where each GPU receives a replica of the model and different samples, but instead split up the model into different GPUs and therefore each GPU receives parts of a sample (i.e: https://pytorch.org/tutorials/intermediate/model_parallel_tutorial.html).
Resizing 4k images in some applications can reduce by a good amount the performance, therefore this would be a nice feature to have.
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings.
Is there any functional module to perform model parallel training?
I'm not referring to multi-gpu training, where each GPU receives a replica of the model and different samples, but instead split up the model into different GPUs and therefore each GPU receives parts of a sample (i.e: https://pytorch.org/tutorials/intermediate/model_parallel_tutorial.html).
Resizing 4k images in some applications can reduce by a good amount the performance, therefore this would be a nice feature to have.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions