提交 a6bade91 编写于 作者: S ShawnXuan

add info in help

上级 6f5e56fd
......@@ -91,13 +91,13 @@ def get_parser(parser=None):
'--fuse_bn_relu',
type=str2bool,
default=False,
help='Whether to use use fuse batch normalization relu'
help='Whether to use use fuse batch normalization relu. Currently supported in origin/master of OneFlow only.'
)
parser.add_argument(
'--fuse_bn_add_relu',
type=str2bool,
default=False,
help='Whether to use use fuse batch normalization add relu'
help='Whether to use use fuse batch normalization add relu. Currently supported in origin/master of OneFlow only.'
)
# inference
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册