Skip to content

Commit 6a46aaf

Browse files
Update src/lightning/pytorch/loggers/neptune.py
1 parent 4938adb commit 6a46aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/loggers/neptune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ def after_save_checkpoint(self, checkpoint_callback: Checkpoint) -> None:
11111111
})
11121112

11131113
@staticmethod
1114-
def _get_full_model_name(model_path: str, checkpoint_callback: Checkpoint) -> None:
1114+
def _get_full_model_name(model_path: str, checkpoint_callback: Checkpoint) -> str:
11151115
"""Returns model name which is string `model_path` appended to `checkpoint_callback.dirpath`."""
11161116
if hasattr(checkpoint_callback, "dirpath"):
11171117
model_path = os.path.normpath(model_path)

0 commit comments

Comments
 (0)