bstriner / keras-tqdm

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

Please support starting at a non-zero epoch #40

Open AndrewLouw opened 3 years ago

AndrewLouw commented 3 years ago

keras allows you to begin training at a specific epoch, this is useful if you want to continue training a model and keep history data clean. Can you make sure that the total length is epochs-initial_epoch to keep predictions accurate and prevent it looking like it's broken when it ends before it's done.

Thanks!