Skip to content

Commit

Permalink
fix tipc inference benchmark params (#7759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYulongg authored Feb 16, 2023
1 parent 0ba00dd commit 62c7480
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 @@ -50,4 +50,4 @@ inference:./deploy/python/infer.py
--run_benchmark:False
--trt_max_shape:1600
===========================infer_benchmark_params===========================
numpy_infer_input:3x800x1344.npy
numpy_infer_input:3x640x640.npy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ repeat:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params===========================
numpy_infer_input:3x640x640.npy
numpy_infer_input:3x640x640_2.npy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ repeat:12
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params===========================
numpy_infer_input:3x640x640.npy
numpy_infer_input:3x640x640_2.npy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ repeat:12
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params===========================
numpy_infer_input:3x640x640.npy
numpy_infer_input:3x640x640_2.npy
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ inference:./deploy/python/infer.py
--run_benchmark:False
null:null
===========================infer_benchmark_params===========================
numpy_infer_input:3x1024x1024.npy
numpy_infer_input:3x1024x1024_2.npy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ repeat:12
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params===========================
numpy_infer_input:3x1024x1024.npy
numpy_infer_input:3x1024x1024_2.npy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ repeat:2
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params===========================
numpy_infer_input:3x640x640.npy
numpy_infer_input:3x640x640_2.npy

0 comments on commit 62c7480

Please sign in to comment.