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 d6a7305 commit ad59364Copy full SHA for ad59364
torchtnt/framework/callbacks/base_checkpointer.py
@@ -356,6 +356,9 @@ def restore_from_latest(
356
dirpath, metadata_fname=cls.metadata_fname, process_group=process_group
357
)
358
if path is None:
359
+ logger.info(
360
+ f"Attempted to restore from the following path but no checkpoint was found: {dirpath=}, {cls.metadata_fname}"
361
+ )
362
return False
363
logger.info(f"Restoring from path: {path}")
364
cls.restore(
0 commit comments