keras-tqdm icon indicating copy to clipboard operation
keras-tqdm copied to clipboard

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

Open LucaCappelletti94 opened this issue 6 years ago • 2 comments

LucaCappelletti94 avatar May 01 '18 15:05 LucaCappelletti94

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.

Tom-Evers avatar Jun 29 '18 15:06 Tom-Evers

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

LucaCappelletti94 avatar Jun 29 '18 16:06 LucaCappelletti94