-
Notifications
You must be signed in to change notification settings - Fork 1.2k
multi-gpu training hangs #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm, maybe this is related: Lightning-AI/pytorch-lightning#4612 |
I seem to have the same problem. How did you solved it? |
In our environment we were setting NODE_RANK. pytorch lightning didn't like this to be set, so that fixed it for us. |
We had an environment variable called NODE_RANK set. We unset it, and it fixed things. Outside of that, i can't help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, training with
--gpus 0,
works fine but training with--gpus 0,1
hangs right atinitializing ddp ...
The text was updated successfully, but these errors were encountered: