How to automatically reload last checkpoint when loss unexpectedly spikes? #14262
Unanswered
RylanSchaeffer
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.
-
I'm facing a problem where during training, my loss will unexpectedly spike, like so:
When this happens, I want to automatically reload the last checkpoint, reset the optimizer and resume training. How do I do this?
Beta Was this translation helpful? Give feedback.
All reactions