Unverified Commit 486f4f3d authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

fix logging in load checkpoint

parent 4c06a4fd
......@@ -486,7 +486,9 @@ class Trainer(object):
)
else:
logger.info("No existing checkpoint found {}".format(filename))
logger.info(
"Loaded checkpoint {}".format(filename)
)
return extra_state
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment