From 95df5e73d940571a7f25330c3e00764617689835 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 16:20:03 -0500 Subject: [PATCH] cleared spaces --- pytorch_lightning/core/lightning.py | 1 - 1 file changed, 1 deletion(-) 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.