bstriner / keras-tqdm

Keras integration with TQDM progress bars
MIT License
348 stars 41 forks source link

Add initial counter state to show resumed training from checkpoints #15

Closed gabobert closed 6 years ago

gabobert commented 7 years ago

This is useful when resuming training from a checkpoint at a specific epoch. The starting epoch can now be given to tqdm and the progress bar of the outer loop shows the correct percentage.