Update getting_started_en.md
parent
28fc882c49
commit
a02a927139
|
@ -232,8 +232,6 @@ python tools/export_model.py \
|
|||
|
||||
Among them, the `--model` parameter is used to specify the model name, `--pretrained_model` parameter is used to specify the model file path, the path does not need to include the model file suffix name, and `--output_path` is used to specify the storage path of the converted model, class_dim means number of class for the model, default as 1000.
|
||||
|
||||
注意:
|
||||
|
||||
**Note**:
|
||||
1. If `--output_path=./inference`, then three files will be generated in the folder `inference`, they are `inference.pdiparams`, `inference.pdmodel` and `inference.pdiparams.info`.
|
||||
2. In the file `export_model.py:line53`, the `shape` parameter is the shape of the model input image, the default is `224*224`. Please modify it according to the actual situation, as shown below:
|
||||
|
|
Loading…
Reference in New Issue