cleared spaces

This commit is contained in:
William Falcon
2020-01-21 14:03:13 -05:00
parent 22bd7dc920
commit 95df5e73d9
-1
View File
@@ -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.