Skip to content

Commit

Permalink
set benchmark to true
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Oct 12, 2022
1 parent c39f19d commit 2ff77ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inference:ppstructure/table/predict_table.py --det_model_dir=./inference/en_ppoc
--enable_mkldnn:False
--cpu_threads:6
--rec_batch_num:1
--use_tensorrt:False
--use_tensorrt:True
--precision:fp32
--table_model_dir:
--image_dir:./ppstructure/docs/table/table.jpg
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/slanet/train_pact_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inference:ppstructure/table/predict_table.py --det_model_dir=./inference/en_ppoc
--table_model_dir:
--image_dir:./ppstructure/docs/table/table.jpg
null:null
--benchmark:False
--benchmark:True
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,488,488]}]
2 changes: 1 addition & 1 deletion test_tipc/configs/slanet/train_ptq_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ inference:ppstructure/table/predict_table.py --det_model_dir=./inference/ch_PP-O
--table_model_dir:
--image_dir:./ppstructure/docs/table/table.jpg
null:null
--benchmark:False
--benchmark:True
null:null
null:null
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inference:ppstructure/kie/predict_kie_token_ser.py --kie_algorithm=LayoutXLM -
--ser_model_dir:
--image_dir:./ppstructure/docs/kie/input/zh_val_42.jpg
null:null
--benchmark:False
--benchmark:True
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inference:ppstructure/kie/predict_kie_token_ser.py --kie_algorithm=LayoutXLM -
--ser_model_dir:
--image_dir:./ppstructure/docs/kie/input/zh_val_42.jpg
null:null
--benchmark:False
--benchmark:True
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inference:ppstructure/kie/predict_kie_token_ser.py --kie_algorithm=LayoutXLM -
--ser_model_dir:
--image_dir:./ppstructure/docs/kie/input/zh_val_42.jpg
null:null
--benchmark:False
--benchmark:True
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ inference:ppstructure/kie/predict_kie_token_ser.py --kie_algorithm=LayoutXLM -
--ser_model_dir:
--image_dir:./ppstructure/docs/kie/input/zh_val_42.jpg
null:null
--benchmark:False
--benchmark:True
null:null
null:null

0 comments on commit 2ff77ee

Please sign in to comment.