Skip to content

Commit

Permalink
Update run_local.sh (mlcommons#1181)
Browse files Browse the repository at this point in the history
Using python3 is easier here as python2 is not used anymore and python command gives error on macOS

Co-authored-by: rameshchukka <rnaidu02@yahoo.com>
  • Loading branch information
arjunsuresh and rnaidu02 committed Jul 25, 2022
1 parent ef663f8 commit 7c3c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/classification_and_detection/run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ if [ ! -d $OUTPUT_DIR ]; then
mkdir -p $OUTPUT_DIR
fi

python python/main.py --profile $profile $common_opt --model $model_path $dataset \
python3 python/main.py --profile $profile $common_opt --model $model_path $dataset \
--output $OUTPUT_DIR $EXTRA_OPS $@

0 comments on commit 7c3c697

Please sign in to comment.