I have this error in the end training phase :
Runtime Error: Legacy autograd function with non static forward method is deprecated. Please use new-style autograd function with static forward method .
error in File /AL-MDN-main/utils/test_voc.py line 348, in test_net
"" detections = net(x).data
I have this error in the end training phase : Runtime Error: Legacy autograd function with non static forward method is deprecated. Please use new-style autograd function with static forward method . error in File /AL-MDN-main/utils/test_voc.py line 348, in test_net "" detections = net(x).data
For the version of pytorch i have 1.10.1+cu111