Update feature_extraction.md

pull/1358/head
Bin Lu 2021-10-29 17:33:41 +08:00 committed by GitHub
parent 1073527c53
commit bf92ff47de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ python -m paddle.distributed.launch
-c ppcls/configs/ResNet50_vd_SOP.yaml
-o Global.pretrained_model="output/ReModel/best_model"
```
## 4.4 推理
## 4.4 推理
推理过程包括两个步骤: 1 导出推理模型; 2 获取特征向量
### 4.4.1 导出推理模型
```