Skip to content

Commit 87b83a8

Browse files
authored
Update pytorch_lightning/callbacks/base.py
1 parent 2ff8131 commit 87b83a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch_lightning/callbacks/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def on_save_checkpoint(self, trainer, pl_module: LightningModule, checkpoint: Di
193193

194194
def on_load_checkpoint(self, callback_state: Dict[str, Any]) -> None:
195195
"""Called when loading a model checkpoint, use to reload state.
196+
196197
Args:
197198
callback_state: the callback state returned by ``on_save_checkpoint``.
198199
"""

0 commit comments

Comments
 (0)