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

A RuntimeError #15

Open
ReunionJ opened this issue Mar 20, 2021 · 4 comments
Open

A RuntimeError #15

ReunionJ opened this issue Mar 20, 2021 · 4 comments

Comments

@ReunionJ
Copy link

Hello, when I run your code, I encountered the following problems when calculating the loss of classifier:
"RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [256, 4]], which is output 0 of TBackward, is at version 2; expected version 1 instead. Hint: the backtrace further above shows the operation that failed to compute its gradient. The variable in question was changed in there or anywhere later. Good luck!"

@Jcxloyal
Copy link

hello friend, I met the same problem, I solved it by rearranging the code in the model.py

hope it helps

modelpy

@ReunionJ
Copy link
Author

hello friend, I met the same problem, I solved it by rearranging the code in the model.py

hope it helps

modelpy

Thank you very much for your reply!
But after modifying the code, I encountered the situation that the accuracy of model prediction is very low. I don't know if it is because the epoch is too small.
Do you encounter the same situation?
image
image

@Jcxloyal
Copy link

Jcxloyal commented Apr 1, 2021

hello friend, I met the same problem, I solved it by rearranging the code in the model.py
hope it helps
modelpy

Thank you very much for your reply!
But after modifying the code, I encountered the situation that the accuracy of model prediction is very low. I don't know if it is because the epoch is too small.
Do you encounter the same situation?
image
image

I'm sorry, friend. I didn't encounter the situation
train_start

@sunhufei
Copy link

您好,这个程序可以把你改过的代码发给我一份ma?

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