未验证 提交 f5382bbb 编写于 作者: Y Yibing Liu 提交者: GitHub

Change the default model path (#1802)

上级 12a426be
...@@ -25,7 +25,7 @@ def parse_args(): ...@@ -25,7 +25,7 @@ def parse_args():
parser.add_argument( parser.add_argument(
'--model_path', '--model_path',
type=str, type=str,
default='model/params_pass_0', default='output/params_pass_0',
help='A path to the model. (default: %(default)s)') help='A path to the model. (default: %(default)s)')
parser.add_argument( parser.add_argument(
'--test_data_dir', '--test_data_dir',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册