fix typo error in docstring of LightningLoggerBase.after_save_checkpoint (#8737)

This commit is contained in:
Jongseob Jeon 2021-08-06 00:05:12 +09:00 committed by GitHub
parent cf445af754
commit 1c0786ebb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class LightningLoggerBase(ABC):
Called after model checkpoint callback saves a new checkpoint
Args:
model_checkpoint: the model checkpoint callback instance
checkpoint_callback: the model checkpoint callback instance
"""
pass