Callback or trainer flags when validation performance improves #16517
Unanswered
semaphore-egg
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.
-
Is there a callback that can be called when the validation performance improves? Or is there is flag denoting it in the trainer or somewhere?
pytorch_lightning.callbacks.checkpoint.Checkpoint callback is close to the solution. But it does not guarantee improvements if
save_top_k != 1
.Beta Was this translation helpful? Give feedback.
All reactions