Trainer.fit validating before finishing current training epoch #10586
Answered
by
rohitgr7
minwang-ai
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Nov 17, 2021
Replies: 1 comment
-
the master progress bar that shows you the progress of the corresponding epoch consists of both train and val steps. So it completes the training within the first 95% of the total steps and the last 5% is completed for validation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minwang-ai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the master progress bar that shows you the progress of the corresponding epoch consists of both train and val steps. So it completes the training within the first 95% of the total steps and the last 5% is completed for validation.