Do not have combined train+val progress bar, keep bar output after epoch is finished #1121
Labels
feature
Is an improvement or enhancement
help wanted
Open to be worked on
won't fix
This will not be worked on
🚀 Feature
The progress bar labeled "Epoch" should be renamed to "Train" and the validation data should be displayed only in a separate bar.
Additionally, each epoch should leave the final training and validation bar on-screen for visual inspection.
Motivation
It's confusing that training and validation are shown in a single bar, and it destroys the information about the iterations/sec from training. Since validation is faster, the value spikes up right at the end.
Pitch
Have two separate bars, one for training, one for validation, and none combined.
After a bar fills up, move the cursor down a line to not overwrite it.
The text was updated successfully, but these errors were encountered: