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: [torch.cuda.FloatTensor [128]] 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). #10

Closed
pirate-zhang opened this issue Mar 17, 2021 · 3 comments

Comments

@pirate-zhang
Copy link

When i try to train this model ,it get error like this:

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [128]] 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).

does somobody getting this same error?can you figure it out?

thanks a lot~

@georgegu1997
Copy link
Collaborator

Thanks for reaching out! Could you please share the version of PyTorch, OS, CUDA you are using?

And could you try conda env create -f environment.yml and re-run the script?

@Jeffin-x
Copy link

When i try to train this model ,it get error like this:

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [128]] 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).

does somobody getting this same error?can you figure it out?

thanks a lot~

I use the environment you provide and I also have such a problem. How to solve it? Thanks.

@wangguanzhi
Copy link
Owner

Please see #7.

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

4 participants