Skip to content

Commit 62c7480

Browse files
authored
fix tipc inference benchmark params (PaddlePaddle#7759)
1 parent 0ba00dd commit 62c7480

7 files changed

+7
-7
lines changed

test_tipc/configs/faster_rcnn/faster_rcnn_swin_tiny_fpn_1x_coco_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ inference:./deploy/python/infer.py
5050
--run_benchmark:False
5151
--trt_max_shape:1600
5252
===========================infer_benchmark_params===========================
53-
numpy_infer_input:3x800x1344.npy
53+
numpy_infer_input:3x640x640.npy

test_tipc/configs/mot/ocsort_ppyoloe_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ repeat:1
5757
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
5858
flags:null
5959
===========================infer_benchmark_params===========================
60-
numpy_infer_input:3x640x640.npy
60+
numpy_infer_input:3x640x640_2.npy

test_tipc/configs/ppyoloe/ppyoloe+/ppyoloe_plus_crn_s_80e_coco_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ repeat:12
5757
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
5858
flags:null
5959
===========================infer_benchmark_params===========================
60-
numpy_infer_input:3x640x640.npy
60+
numpy_infer_input:3x640x640_2.npy

test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ repeat:12
5757
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
5858
flags:null
5959
===========================infer_benchmark_params===========================
60-
numpy_infer_input:3x640x640.npy
60+
numpy_infer_input:3x640x640_2.npy

test_tipc/configs/rotate/fcosr/fcosr_x50_3x_spine_coco_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ inference:./deploy/python/infer.py
5050
--run_benchmark:False
5151
null:null
5252
===========================infer_benchmark_params===========================
53-
numpy_infer_input:3x1024x1024.npy
53+
numpy_infer_input:3x1024x1024_2.npy

test_tipc/configs/rotate/ppyoloe_r/ppyoloe_r_crn_s_3x_spine_coco_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ repeat:12
5757
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
5858
flags:null
5959
===========================infer_benchmark_params===========================
60-
numpy_infer_input:3x1024x1024.npy
60+
numpy_infer_input:3x1024x1024_2.npy

test_tipc/configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco_train_infer_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ repeat:2
5757
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
5858
flags:null
5959
===========================infer_benchmark_params===========================
60-
numpy_infer_input:3x640x640.npy
60+
numpy_infer_input:3x640x640_2.npy

0 commit comments

Comments
 (0)