Skip to content

Commit 3ea96dd

Browse files
authored
Fixes for mobilenet run (#266)
* Fix docker user for mobilenet * Fix mobilenet run script
1 parent d8cae3a commit 3ea96dd

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,20 @@ extra_tags=""
3232

3333
#Add your run commands here...
3434
# run "$MLC_RUN_CMD"
35-
run "mlcr run,mobilenet-models,_tflite,_accuracy-only$extra_tags \
35+
run "mlcr run,mobilenet-models,_tflite$extra_tags \
3636
--adr.compiler.tags=gcc \
3737
${extra_option} "
3838

39-
run "mlcr run,mobilenet-models,_tflite,_performance-only$extra_tags \
40-
${POWER} \
39+
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon$extra_tags \
4140
--adr.compiler.tags=gcc \
42-
${extra_option}"
43-
41+
${extra_option} "
4442

4543

46-
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon,_accuracy-only$extra_tags \
44+
extra_option=" --adr.mlperf-inference-implementation.compressed_dataset=on"
45+
run "mlcr run,mobilenet-models,_tflite$extra_tags \
4746
--adr.compiler.tags=gcc \
4847
${extra_option} "
4948

50-
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon,_performance-only$extra_tags \
51-
${POWER} \
52-
${extra_option} \
53-
--adr.compiler.tags=gcc"
54-
55-
49+
run "mlcr run,mobilenet-models,_tflite,_armnn,_neon$extra_tags \
50+
--adr.compiler.tags=gcc \
51+
${extra_option} "

script/run-mlperf-inference-mobilenet-models/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ docker:
4545
- "${{ MLC_MLPERF_INFERENCE_SUBMISSION_DIR }}:${{ MLC_MLPERF_INFERENCE_SUBMISSION_DIR }}"
4646
run: true
4747
interactive: true
48+
user: mlcuser
4849
mlc_repo: mlcommons@mlperf-automations
4950
mlc_repo_branch: dev
5051
real_run: False

0 commit comments

Comments
 (0)