提交 22c3047c 编写于 作者: W wangjiawei04

fix

上级 31f75d66
import sys
import os
## general info
cuda_version = ""
cudnn_version = ""
trt_version = ""
python_version = ""
gcc_version = ""
paddle_version = ""
cpu = ""
gpu = ""
cuda_version = "10.1"
cudnn_version = "7"
trt_version = "6"
python_version = "3.6"
gcc_version = "8.2"
paddle_version = "2.0.0"
cpu = "Xeon 6148"
gpu = "P4"
xpu = ""
api = ""
owner = ""
## model info
model_name = ""
model_type = ""
model_source = ""
model_name = "bert_seq128"
model_type = "static"
model_source = "paddlehub"
model_url = ""
## data info
batch_size = ""
num_of_samples = ""
input_shape = ""
batch_size = "1"
num_of_samples = "1"
input_shape = "none"
## conf info
runtime_device = ""
ir_optim = ""
enable_memory_optim = ""
enable_tensorrt = ""
precision = ""
enable_mkldnn = ""
cpu_math_library_num_threads = ""
runtime_device = "cpu"
ir_optim = "true"
enable_memory_optim = "true"
enable_tensorrt = "false"
precision = "fp32"
enable_mkldnn = "false"
cpu_math_library_num_threads = "1"
## acc info
acc1 = ""
acc5 = ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册