Skip to content

Commit c5b81d0

Browse files
authored
add docs title (Lightning-AI#1063)
1 parent 3c85332 commit c5b81d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pytorch_lightning/callbacks/model_checkpoint.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
Model Checkpointing
3+
===================
4+
5+
Automatically save model checkpoints during training.
6+
"""
7+
18
import os
29
import shutil
310
import logging as log

0 commit comments

Comments
 (0)