mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
fix bug
This commit is contained in:
parent
c244f750b7
commit
2bd6b5ed5d
@ -103,7 +103,7 @@ if [ ${MODE} = "klquant_whole_infer" ]; then
|
||||
# parser inference
|
||||
inference_py=$(func_parser_value "${lines[8]}")
|
||||
use_gpu_key=$(func_parser_key "${lines[9]}")
|
||||
use_gpu_list=$(func_parser_value "${lines[10]}")
|
||||
use_gpu_list=$(func_parser_value "${lines[9]}")
|
||||
use_mkldnn_key=$(func_parser_key "${lines[10]}")
|
||||
use_mkldnn_list=$(func_parser_value "${lines[10]}")
|
||||
cpu_threads_key=$(func_parser_key "${lines[11]}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user