githubharald / SimpleHTR

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

Fixed Bugs and Added Train Loss Dump Feature #157

Closed alexeevrevan closed 1 year ago

alexeevrevan commented 1 year ago

1) I've added the feature that saveы the average train loss after every epoch into sгmmary in order to visualise results after the training is done

2) The program now shows the best CER correctly.

3) I've written "No improvments for" instead of "No improvments since", because it is more appropriate way to define the distance in English

githubharald commented 1 year ago

thanks for the contribution, I'll try to have a look in the next few days 👍

githubharald commented 1 year ago

merged. thanks for your contribution.