Early stopping on nested metrics #10588
Unanswered
rubencart
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.
-
Hey, as suggested in the wandb docs, I would like to log metrics like
And then be able to access them for e.g. early stopping like
Is something similar possible? I keep getting this error.
pytorch_lightning.utilities.exceptions.MisconfigurationException: ModelCheckpoint(monitor='val.Corpus_F1') not found in the returned metrics: ['train', 'val'].
Beta Was this translation helpful? Give feedback.
All reactions