CFNet icon indicating copy to clipboard operation
CFNet copied to clipboard

RuntimeError: Legacy autograd function with non-static forward method is deprecated

Open HamedRK89 opened this issue 3 years ago • 0 comments

during training or robust, there is problem like this: 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) anybody knows how to solve it?

HamedRK89 avatar Aug 31 '22 13:08 HamedRK89