validation_step not running #19579
Closed
Unanswered
GuptaVishu2002
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The validation_step does not run and I get the following error
RuntimeError: Early stopping conditioned on metric
val_losswhich is not available. Pass in or modify your
EarlyStoppingcallback to use any of the following:
train_loss``when I try run pytorch lightning model with following components
train.py
data.py
model.py
Beta Was this translation helpful? Give feedback.
All reactions