ruoqianguo / DetNet_pytorch

An implementation of DetNet: A Backbone network for Object Detection.
MIT License
377 stars 117 forks source link

loss #5

Closed ran337287 closed 6 years ago

ran337287 commented 6 years ago

I set the optimizer as adam, and lr is 1e-4 due to the small training dataset, but loss may be nan, do you know what's the problem?

ran337287 commented 6 years ago

I checked my dataset, the coordinates range from 0 to size -1, so I solved it. Thank U!