Browse Source

!5577 Fix readme of mobilnetv2 quant

Merge pull request !5577 from chenfei_mindspore/master
tags/v1.0.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
8afe005f61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      model_zoo/official/cv/mobilenetv2_quant/Readme.md

+ 1
- 1
model_zoo/official/cv/mobilenetv2_quant/Readme.md View File

@@ -91,7 +91,7 @@ For FP16 operators, if the input data type is FP32, the backend of MindSpore wil

You can start training using python or shell scripts. The usage of shell scripts as follows:

- Ascend: sh run_train_quant.sh Ascend [DEVICE_NUM] [VISIABLE_DEVICES(0,1,2,3,4,5,6,7)] [RANK_TABLE_FILE] [DATASET_PATH] [CKPT_PATH]
- Ascend: sh run_train_quant.sh Ascend [DEVICE_NUM] [SERVER_IP(x.x.x.x)] [VISIABLE_DEVICES(0,1,2,3,4,5,6,7)] [DATASET_PATH] [CKPT_PATH]

### Launch



Loading…
Cancel
Save