How to hold 'validation_step' until training one epoch finished #7541
-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Validation is considered part of the fitting procedure but it never runs concurrent to training.
It's definitely caused by a bug either on your end or ours. Can you try and reproduce it? You can adapt https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report_model.py to do it |
Beta Was this translation helpful? Give feedback.
Validation is considered part of the fitting procedure but it never runs concurrent to training.
It's definitely caused by a bug either on your end or ours. Can you try and reproduce it?
You can adapt https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report_model.py to do it