Skip to content

Commit 9900cb4

Browse files
authored
Fix run-mobilenet (#233)
* Fix mobilenet run-all
1 parent b1272b2 commit 9900cb4

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

script/run-all-mlperf-models/run-mobilenet-models.sh

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,22 @@ extra_tags=""
3434
# run "$MLC_RUN_CMD"
3535
run "mlcr run,mobilenet-models,_tflite,_accuracy-only$extra_tags \
3636
--adr.compiler.tags=gcc \
37-
${extra_option} \
38-
--results_dir=$HOME/results_dir"
37+
${extra_option} "
3938

4039
run "mlcr run,mobilenet-models,_tflite,_performance-only$extra_tags \
4140
${POWER} \
4241
--adr.compiler.tags=gcc \
43-
${extra_option} \
44-
--results_dir=$HOME/results_dir"
42+
${extra_option}"
43+
4544

46-
run "mlcr run,mobilenet-models,_tflite,_populate-readme$extra_tags \
47-
${POWER} \
48-
--adr.compiler.tags=gcc \
49-
${extra_option} \
50-
--results_dir=$HOME/results_dir"
5145

5246
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon,_accuracy-only$extra_tags \
5347
--adr.compiler.tags=gcc \
54-
${extra_option} \
55-
--results_dir=$HOME/results_dir"
48+
${extra_option} "
5649

5750
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon,_performance-only$extra_tags \
5851
${POWER} \
5952
${extra_option} \
60-
--adr.compiler.tags=gcc \
61-
--results_dir=$HOME/results_dir"
53+
--adr.compiler.tags=gcc"
54+
6255

63-
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon,_populate-readme$extra_tags \
64-
${POWER} \
65-
${extra_option} \
66-
--adr.compiler.tags=gcc \
67-
--results_dir=$HOME/results_dir"

0 commit comments

Comments
 (0)