longcw / RoIAlign.pytorch

RoIAlign & crop_and_resize for PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

‘’Legacy autograd function with non-static forward method is deprecated.” on Pytorch 1.5

Lucky666123 opened this issue · comments

commented

When I use this function on Pytorch 1.5, there is an error like that :

RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-sty le autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.htm l#torch.autograd.Function)

But there exists @staticmethod before forward and backward function. Did anyone encounter this problem?How to solve it?

Hello, I meet the same problem , did you solve it?

Hello,I meet the same problem , did you solve it?