Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large loss with slow descent

cwxcode opened this issue · comments

Hi Belval ! When I use your code to train with my training data of 100,000 pictures, I got a large loss and the loss descend slowly as follows:

problem

How can I solve this problem?
Thank you!

Unfortunately I don't have much advice to offer on this because ctc_loss is mostly a blackbox for me. Some training I did had high loss yet performed a lot better than other lower-loss training.