Skip to content

Commit 862e013

Browse files
committed
shorten benchmark results filenames
1 parent bad9999 commit 862e013

13 files changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
echo 'benchmarking list_small.txt'
2-
python benchmark.py --model-list model_list_small.txt --bench inference --channels-last --results-file results/benchmark_inference_GTX1080_fp32_small_torch1.11.csv
2+
python benchmark.py --model-list model_list_small.txt --bench inference --channels-last --results-file results/bench_infer_GTX1080_fp32_small_t1.11.csv
33

44
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_GTX1080_fp32_normal_known_torch1.11.csv
5+
python benchmark.py --model-list model_list_normal_known.txt --bench inference --channels-last --results-file results/bench_infer_GTX1080_fp32_normal_known_t1.11.csv
66

77
echo 'benchmarking list_normal'
8-
python benchmark.py --model-list model_list_normal.txt --bench inference --channels-last --results-file results/benchmark_inference_GTX1080_fp32_normal_torch1.11.csv
8+
python benchmark.py --model-list model_list_normal.txt --bench inference --channels-last --results-file results/bench_infer_GTX1080_fp32_normal_t1.11.csv
99

1010
echo 'all done'

0 commit comments

Comments
 (0)