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
keep poping error:"/pytorch/torch/csrc/autograd/python_function.cpp:638: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)"
#29
Open
BarCodeReader opened this issue
Sep 23, 2019
· 5 comments
when run the notebook, it will keep poping the error:
/pytorch/torch/csrc/autograd/python_function.cpp:638: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
anyone counter this?
The text was updated successfully, but these errors were encountered:
Afair I tried this on a fork of this suited for pytorch 1.6 and I tried it on this repository as well, and the workaround from @mys007 doesn't work for me.
Running colab bc that's the only platform I can use rn. This is frustrating.
when run the notebook, it will keep poping the error:
/pytorch/torch/csrc/autograd/python_function.cpp:638: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
anyone counter this?
The text was updated successfully, but these errors were encountered: