Restore callbacks states #10284
Unanswered
ghost
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
You could do |
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.
-
https://pytorch-lightning.readthedocs.io/en/latest/common/weights_loading.html#restoring-training-state
In this last example, how to access callbacks after restoration? Is there something like, restored_trainer.restored_callback_states? I'm asking because the best_path_model can only be accessed if we have access to the model_checkpoint_callback.
Beta Was this translation helpful? Give feedback.
All reactions