We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb135 commit 0ba7d1bCopy full SHA for 0ba7d1b
src/lightning/pytorch/callbacks/model_checkpoint.py
@@ -908,5 +908,3 @@ def _should_remove_checkpoint(self, trainer: "pl.Trainer", previous: str, curren
908
def _remove_checkpoint(self, trainer: "pl.Trainer", filepath: str) -> None:
909
"""Calls the strategy to remove the checkpoint file."""
910
trainer.strategy.remove_checkpoint(filepath)
911
-
912
0 commit comments