Skip to content

Commit eee6352

Browse files
naveenmiriyaluredhatmrmhodakhanyunfan
authored
Fix minor typos in reference_mlperf_perf.sh and reference_mlperf_accuracy.sh (mlcommons#2327)
* Update reference_mlperf_accuracy.sh to use "--accuracy" * Remove "--accuracy" from command line --------- Co-authored-by: Miro <mirhodak@amd.com> Co-authored-by: hanyunfan <frank.han@dell.com>
1 parent fbed09d commit eee6352

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

speech2text/reference_mlperf_accuracy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ python reference_mlperf.py \
4646
--manifest ${MANIFEST_FILE} \
4747
--scenario ${SCENARIO} \
4848
--log_dir ${RUN_LOGS} \
49-
--num_workers ${NUM_INSTS}
49+
--num_workers ${NUM_INSTS} \
50+
"--accuracy"
5051

5152
echo "Time Stop: $(date +%s)"

speech2text/reference_mlperf_perf.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ python reference_mlperf.py \
4646
--manifest ${MANIFEST_FILE} \
4747
--scenario ${SCENARIO} \
4848
--log_dir ${RUN_LOGS} \
49-
--num_workers ${NUM_INSTS} \
50-
"--accuracy"
49+
--num_workers ${NUM_INSTS}
5150

5251
echo "Time Stop: $(date +%s)"

0 commit comments

Comments
 (0)