Holmeyoung / crnn-pytorch

Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
MIT License
378 stars 105 forks source link

val loss:nan, accuray:0 #72

Open Yumisilence opened 2 years ago

Yumisilence commented 2 years ago

when I use my datasets and holmeyoung's code,I can train a model that works. But after I modified the structure of cnn,the loss was turn to nan. Why did it go wrong?

la-la-la-1 commented 2 years ago

请问你解决了吗?