Skip to content

Commit 94c0f03

Browse files
committed
add run_benchmark.sh
1 parent a3616ec commit 94c0f03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
echo 'benchmarking list_small.txt'
2+
python benchmark.py --model-list model_list_small.txt --bench inference --channels-last --results-file results/benchmark_inference_RTX3080_fp32_small.csv
3+
4+
echo 'benchmarking list_normal_known'
5+
python benchmark.py --model-list model_list_normal_known.txt --bench inference --channels-last --results-file results/benchmark_inference_RTX3080_fp32_normal_known.csv
6+
7+
echo 'benchmarking list_normal'
8+
python benchmark.py --model-list model_list_normal.txt --bench inference --channels-last --results-file results/benchmark_inference_RTX3080_fp32_normal.csv
9+
10+
echo 'all done'

0 commit comments

Comments
 (0)