We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3616ec commit 94c0f03Copy full SHA for 94c0f03
ImageNet/training_scripts/imagenet_training/run_benchmark.sh
@@ -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