未验证 提交 004f7dd0 编写于 作者: L LutaoChu 提交者: GitHub

fix parameter use_vdl bug (#252)

Co-authored-by: Nchenguowei01 <chenguowei01@baidu.com>
上级 10669d37
...@@ -84,8 +84,7 @@ def parse_args(): ...@@ -84,8 +84,7 @@ def parse_args():
'--use_vdl', '--use_vdl',
dest='use_vdl', dest='use_vdl',
help='Whether to use visualdl', help='Whether to use visualdl',
type=bool, action='store_true')
default=True)
parser.add_argument( parser.add_argument(
'--save_interval_epochs', '--save_interval_epochs',
dest='save_interval_epochs', dest='save_interval_epochs',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册