提交 6a5a0e74 编写于 作者: Y Yibing Liu

Revise the comment of argument init_model_path

上级 1a9500e6
...@@ -98,8 +98,8 @@ def parse_args(): ...@@ -98,8 +98,8 @@ def parse_args():
'--init_model_path', '--init_model_path',
type=str, type=str,
default=None, default=None,
help="The model path which the training resumes from. If None, train " help="The model (checkpoint) path which the training resumes from. "
"the model from scratch. (default: %(default)s)") "If None, train the model from scratch. (default: %(default)s)")
parser.add_argument( parser.add_argument(
'--checkpoints', '--checkpoints',
type=str, type=str,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册