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

fix

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