diff --git a/pytorch_lightning/core/lightning.py b/pytorch_lightning/core/lightning.py index 20c62cf8..23757110 100644 --- a/pytorch_lightning/core/lightning.py +++ b/pytorch_lightning/core/lightning.py @@ -1166,7 +1166,6 @@ class LightningModule(ABC, GradInformation, ModelIO, ModelHooks): def on_load_checkpoint(self, checkpoint): r""" - Called by lightning to restore your model. If you saved something with **on_save_checkpoint** this is your chance to restore this.