How to immediately end training? #13563
Unanswered
vedantroy
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
If your purpose is to debug training process, try |
Beta Was this translation helpful? Give feedback.
0 replies
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 know you can end training by returning
-1
inon_train_batch_start
, or whatever the callback is called, but this can take a while to finish if you have a lot of epochs.Is there a way to tell Pytorch Lightning to immediately end training?
Beta Was this translation helpful? Give feedback.
All reactions