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

Inplace operation resulting in the code failing to run #8

Closed
HanbingWang2001 opened this issue Jul 21, 2022 · 2 comments
Closed

Inplace operation resulting in the code failing to run #8

HanbingWang2001 opened this issue Jul 21, 2022 · 2 comments

Comments

@HanbingWang2001
Copy link

HanbingWang2001 commented Jul 21, 2022

When the code runs to Phase II, an error occurs as follows.
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [100, 1]], which is output 0 of TBackward, is at version 2; expected version 1 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).
Thank you very much!

@CharlieHu99
Copy link
Collaborator

Hi, thanks for the question. This error may be caused by a different version of PyTorch, the code works properly on PyTorch version 1.4.0.

@HanbingWang2001
Copy link
Author

Thanks!

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

3 participants