-
Notifications
You must be signed in to change notification settings - Fork 110
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
High version Pytorch might lead to totally wrong result #35
Comments
Thanks for your analysis. We also need to study the reasons carefully. |
@NaNillll @RainbowRui @Juyong yeah the same problem , My version pytorch==1.11. |
This issue can be resolved by using PyTorch 1.12 and later or setting:
|
It helps me a lot. |
I try torch==1.7 and torch==1.9, and run test.sh as readme shows. No warning. But, the result is so bad:
Same as #32
However, when I switch to torch==1.4, the result is as good as paper shows.
I spend so much time on this problem but can not find why
It is so strange......
The text was updated successfully, but these errors were encountered: