Skip to content
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

Using multilple GPUs to accomplish distributed training #30

Open
EddieEduardo opened this issue Mar 18, 2023 · 1 comment
Open

Using multilple GPUs to accomplish distributed training #30

EddieEduardo opened this issue Mar 18, 2023 · 1 comment

Comments

@EddieEduardo
Copy link

Hello! Thanks for sharing the excellent work !!!

When I run the codes using multiple GPUs with nn.parallel.DistributedDataParallel, it'll always raise an error as follows :
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [2]] is at version 3; expected version 2 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).

However, when I run using a single GPU, no errors raise, I am confused...

@EddieEduardo
Copy link
Author

SCL运行显示
Hi, when I run the code, the loss of each part goes like this, are they correct ?
Thanks for replying in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant