Can I turn off Validation step when overfit_batches=X? #11057
-
I call I have set parameters:
But it is still trying to perform validation... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Well. The reason why validation was called is |
Beta Was this translation helpful? Give feedback.
-
it's now turned off by default on master: |
Beta Was this translation helpful? Give feedback.
it's now turned off by default on master:
https://github.com/PyTorchLightning/pytorch-lightning/blob/2faaf35b91a00aff397609a875a66c87f8ed6390/pytorch_lightning/trainer/trainer.py#L636-L640