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

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation #3

Closed
Naji-Najari opened this issue May 6, 2022 · 2 comments

Comments

@Naji-Najari
Copy link

Hello,
When I run bash ./scripts/MSL.sh, I get the following error:
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [512, 55]], which is output 0 of AsStridedBackward0, 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).

@wuhaixu2016
Copy link
Collaborator

Hi, thanks for your interest.
You can try pytorch 1.4.0. It works well in this environment.

@Naji-Najari
Copy link
Author

Than you for your reply.
But, I got the same error with pytorch 1.4.0 !

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

2 participants