You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
firstly I'd like to appreciate about your great work.
Btw, I have some question about your code.
In evaluation mode, I followed the guide command in your submission report, but I faced some error like below
RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
I think that it may be a problem about torch version, so can you inform requirements to execute your code?
(e.g torch version etc)
It will be helpful for implementing your code
I hope your reply, thanks
The text was updated successfully, but these errors were encountered:
Hi @Jonghoongwak, thank you! :)
It has been a while since I worked on this project, and unfortunately I also no longer have access to the environment I used. I think I used PyTorch 1.1.0, but I am not sure. Please try this and let me know.
Hello,
firstly I'd like to appreciate about your great work.
Btw, I have some question about your code.
In evaluation mode, I followed the guide command in your submission report, but I faced some error like below
RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
I think that it may be a problem about torch version, so can you inform requirements to execute your code?
(e.g torch version etc)
It will be helpful for implementing your code
I hope your reply, thanks
The text was updated successfully, but these errors were encountered: