From 9e9a77f31dabe7417e1090bbba63ad186c7b0c7e Mon Sep 17 00:00:00 2001 From: Wei Shengyu Date: Tue, 15 Feb 2022 17:19:53 +0800 Subject: [PATCH] Update feature_extraction_en.md --- docs/en/image_recognition_pipeline/feature_extraction_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/image_recognition_pipeline/feature_extraction_en.md b/docs/en/image_recognition_pipeline/feature_extraction_en.md index 68830dd2..f86562a3 100644 --- a/docs/en/image_recognition_pipeline/feature_extraction_en.md +++ b/docs/en/image_recognition_pipeline/feature_extraction_en.md @@ -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" ``` -- GitLab