TPN
TPN copied to clipboard
RuntimeError: Legacy autograd function with non-static forward method is deprecated
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 the error message is pretty straight forward. Just add @staticmethod...