From a6bade91e6c182e985622bede02f480a7c8aca42 Mon Sep 17 00:00:00 2001 From: ShawnXuan Date: Thu, 17 Sep 2020 15:51:32 +0800 Subject: [PATCH] add info in help --- Classification/cnns/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classification/cnns/config.py b/Classification/cnns/config.py index 29a29fa..20989e9 100755 --- a/Classification/cnns/config.py +++ b/Classification/cnns/config.py @@ -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 -- GitLab