Update feature_extraction_en.md

pull/1693/head
Wei Shengyu 2022-02-15 17:19:53 +08:00 committed by GitHub
parent 669d9cded1
commit 9e9a77f31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ Two steps are included in the inference: 1)exporting the inference model; 2)obta
#### 4.4.1 Export Inference Model
```
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"
```