提交 4b35d202 编写于 作者: Z Zeyu Chen

fix a log error

上级 9c96edfe
......@@ -37,8 +37,7 @@ def load_checkpoint(checkpoint_dir, exe):
fluid.io.load_persistables(exe, ckpt.latest_model_dir)
logger.info("Checkpoint loaded. current_epoch={},"
"global_step={}".format(ckpt_meta_path, current_epoch,
global_step))
"global_step={}".format(current_epoch, global_step))
return ckpt.current_epoch, ckpt.global_step
else:
current_epoch = 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册