Update feature_extraction.md

pull/1693/head
Wei Shengyu 2022-02-15 17:18:52 +08:00 committed by GitHub
parent 023ec3484b
commit 669d9cded1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
docs/zh_CN/image_recognition_pipeline

View File

@ -159,7 +159,7 @@ python -m paddle.distributed.launch \
#### 4.4.1 导出推理模型
```
python tools/export_model \
python tools/export_model.py \
-c ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5.yaml \
-o Global.pretrained_model="output/RecModel/best_model"
```