Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn
MIT License
299 stars 101 forks source link

model overfitting #49

Closed lyouthzzz closed 5 years ago

lyouthzzz commented 5 years ago

Hello @Belval . How could i sovle overfitting problem? Thanks !

Belval commented 5 years ago

More data, while I don't know your usecase, if you can generate more data to train the model it will almost always translate to better generalization.

Belval commented 5 years ago

Closing for lack of response.