Update getting_started_retrieval.md

pull/848/head
Bin Lu 2021-06-16 13:27:32 +08:00 committed by GitHub
parent 1ceea74ac0
commit 4864a4658d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ python tools/eval.py \
-c ppcls/configs/quick_start/ResNet50_vd_finetune_retrieval.yaml \ -c ppcls/configs/quick_start/ResNet50_vd_finetune_retrieval.yaml \
-o Global.pretrained_model="./output/RecModel/best_model"\ -o Global.pretrained_model="./output/RecModel/best_model"\
``` ```
其中`-o Global.pretrained_model`用于设置需要进行评估的模型的路径
<a name="2"></a> <a name="2"></a>
## 2. 基于Linux+GPU的模型训练与评估 ## 2. 基于Linux+GPU的模型训练与评估