githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

Autocorrect Add #85

Closed lordtt13 closed 4 years ago

lordtt13 commented 4 years ago

Autocorrect Added and model and earlystopping reduced

githubharald commented 4 years ago

Thanks for your work. However, I want the language model to be integrated into the decoding algorithm to take full advantage of the information the neural network provides (like word beam search does). Therefore not integrating this PR into master.

lordtt13 commented 4 years ago

The autocorrect is simply meant to augment final predictions while not disturbing the decoding algorithm the neural network provides.