bstriner / keras-tqdm

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

Added "epoch" as unit of tqdm, instead of "it". #24

Open LucaCappelletti94 opened 6 years ago

Tom-Evers commented 6 years ago

Only the outer loop should have "epoch" as its unit. The inner loop should be something else, "step" or "batch", I forgot what the correct terminology is.

LucaCappelletti94 commented 6 years ago

I believe batch is the correct one, if you'd like to I can edit it myself.