"tools/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "48a6ebad2278868272710788555abc7061b1d077"
Commit fd0912a7 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix comment

parent 853ac33e
...@@ -91,7 +91,7 @@ benchmark_value=$(func_parser_value "${lines[49]}") ...@@ -91,7 +91,7 @@ benchmark_value=$(func_parser_value "${lines[49]}")
infer_key1=$(func_parser_key "${lines[50]}") infer_key1=$(func_parser_key "${lines[50]}")
infer_value1=$(func_parser_value "${lines[50]}") infer_value1=$(func_parser_value "${lines[50]}")
# parser serving # parser klquant_infer
if [ ${MODE} = "klquant_infer" ]; then if [ ${MODE} = "klquant_infer" ]; then
# parser inference model # parser inference model
infer_model_dir_list=$(func_parser_value "${lines[1]}") infer_model_dir_list=$(func_parser_value "${lines[1]}")
...@@ -123,7 +123,7 @@ fi ...@@ -123,7 +123,7 @@ fi
LOG_PATH="./tests/output" LOG_PATH="./tests/output"
mkdir -p ${LOG_PATH} mkdir -p ${LOG_PATH}
status_log="${LOG_PATH}/results.log" status_log="${LOG_PATH}/results_python.log"
function func_inference(){ function func_inference(){
......
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