Unverified Commit c03b0b06 authored by zhoujun's avatar zhoujun Committed by GitHub
Browse files

Update utility.py

parent de3e2e7c
......@@ -83,6 +83,7 @@ def parse_args():
parser.add_argument("--enable_mkldnn", type=str2bool, default=False)
parser.add_argument("--use_pdserving", type=str2bool, default=False)
parser.add_argument("--use_tensorrt", type=str2bool, default=False)
return parser.parse_args()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment