Why validation_step starts before training epoch ends? #14269
-
As the pic is shown below, It seems that the validation progress bar rolls forward together with the training progress bar. How could I separate them (i.e. the training epoch first ends, and then validation starts) ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, the global process bar contains training + validation, this doesn't mean validation_step started before training epoch 0 ended. |
Beta Was this translation helpful? Give feedback.
-
@tshu-w |
Beta Was this translation helpful? Give feedback.
-
@tshu-w |
Beta Was this translation helpful? Give feedback.
Hi, the global process bar contains training + validation, this doesn't mean validation_step started before training epoch 0 ended.
#12623