githubharald / SimpleHTR

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

Add feature to save train loss in summary + minor bug fix #156

Closed alexeevrevan closed 1 year ago

alexeevrevan commented 1 year ago

1) I would like to add the feature that would allow to save the average train loss after every epoch into sгmmary in order to visualise results after the training is done

2) I've also noticed that when results do not improve, the program shows you previous result instead of best one. quite an easy bug to fix, but important

3) Also I would like to write "No improvments for" instead of "No improvments since", because it is more appropriate way to define the distance in English

alexeevrevan commented 1 year ago

Hi, Harald, it's me, Alexander, I wrote you an email earlier. Could you assgin this issue to me?

githubharald commented 1 year ago

merged.