chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.99k stars 1.14k forks source link

when i use pytorch 1.1.0 train nothing results in my predict? #155

Open boshbigcat opened 5 years ago

boshbigcat commented 5 years ago

hi, i download code training in pytorch 1.1.0 ,training hundreds time always get nothing in my predict,i print my prediction data always get like this [1,0,0,0,0,0,0,0,0,0...],i don't what different pytorch 0.4.0 with pytorch 1.1.0 version,can you upgrade your code to pytorch 1.1.0 I will be very appreciate .