andy-yun / pytorch-0.4-yolov3

Yet Another Implimentation of Pytroch 0.4.1 and YoloV3 on python3
MIT License
279 stars 72 forks source link

Nan may generate when batch was set as 1 #38

Closed door5719 closed 5 years ago

door5719 commented 5 years ago

when batch was set as 4 ,iou may get as nan, but set bacth = 8 it seems beter.others get the same question?