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
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
When running MPI gpu examples with more epochs, average_gradients called dist.new_group in every backward iterations, which creates new ProcessGroupMPI each time and raises No space left on device error after few epocs as below. Also, original code creates group with group = dist.new_group([0]) instead of whole MPI world for back propagation.