NVlabs / AL-MDN

Official pytorch implementation of Active Learning for deep object detection via probabilistic modeling (ICCV 2021)
https://openaccess.thecvf.com/content/ICCV2021/html/Choi_Active_Learning_for_Deep_Object_Detection_via_Probabilistic_Modeling_ICCV_2021_paper.html
Other
166 stars 21 forks source link

Training stop in the last iteration iter:119999 #17

Closed wagaabderrahim closed 2 years ago

wagaabderrahim commented 2 years ago

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