keras-tqdm
keras-tqdm copied to clipboard
Added "epoch" as unit of tqdm, instead of "it".
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.
I believe batch is the correct one, if you'd like to I can edit it myself.