提交 2fd3f557 编写于 作者: 1024的传说's avatar 1024的传说 提交者: Guo Sheng

fix use_gpu=False error (#3775)

上级 15174e84
...@@ -117,7 +117,7 @@ def parse_args(): ...@@ -117,7 +117,7 @@ def parse_args():
parser.add_argument( parser.add_argument(
'--use_gpu', '--use_gpu',
type=bool, type=eval,
default=False, default=False,
help='Whether using gpu [True|False]') help='Whether using gpu [True|False]')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册