fix typo error in docstring of LightningLoggerBase.after_save_checkpoint (#8737)
This commit is contained in:
parent
cf445af754
commit
1c0786ebb8
|
@ -77,7 +77,7 @@ class LightningLoggerBase(ABC):
|
||||||
Called after model checkpoint callback saves a new checkpoint
|
Called after model checkpoint callback saves a new checkpoint
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
model_checkpoint: the model checkpoint callback instance
|
checkpoint_callback: the model checkpoint callback instance
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue