!5982 fix a spelling mistakes in the yolov3_darknet53 shell script

Merge pull request !5982 from hanhuifeng/yolov3_darknet53_script
pull/5982/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 0c516dc749

@ -62,7 +62,7 @@ echo "start training for device $DEVICE_ID"
env > env.log
python train.py \
--device_targe="GPU" \
--device_target="GPU" \
--data_dir=$DATASET_PATH \
--pretrained_backbone=$PRETRAINED_BACKBONE \
--is_distributed=0 \

Loading…
Cancel
Save