提交 e4327c86 编写于 作者: G gaotingquan 提交者: Tingquan Gao

log tip when export succeeded

上级 675e60d5
......@@ -478,6 +478,9 @@ class Engine(object):
dtype='float32')
])
paddle.jit.save(model, save_path)
logger.info(
f"Export succeeded! The inference model exported has been saved in \"{self.config['Global']['save_inference_dir']}\"."
)
class ExportModel(TheseusLayer):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册