提交 933f75b7 编写于 作者: 叶剑武

Merge branch 'quick-fix' into 'master'

Fix mace tools enable openmp arg parse bug.

See merge request !457
......@@ -386,8 +386,8 @@ def parse_args():
help="Enable out of range check for opencl.")
parser.add_argument(
"--enable_openmp",
type="bool",
default="true",
type=str2bool,
default=True,
help="Enable openmp.")
parser.add_argument(
"--omp_num_threads",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册