MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
633 stars 154 forks source link

call for loss info/curve. #115

Open ZeroOne96 opened 4 years ago

ZeroOne96 commented 4 years ago

I re-implement this model by torch. But when i train this model using Adam, loss become nan soon although i try several learning rates. So I want to ask some loss info in the training process for further re-implement.

Really thanks.