From 98bcc91597951b00f8e2c7a16188968727dcc8d2 Mon Sep 17 00:00:00 2001 From: dongshuilong Date: Mon, 18 Oct 2021 08:39:27 +0000 Subject: [PATCH] update ResNet50_vd.txt for whole chain infer mode --- tests/config/ResNet50_vd.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/ResNet50_vd.txt b/tests/config/ResNet50_vd.txt index 9b8f27cc..ed706085 100644 --- a/tests/config/ResNet50_vd.txt +++ b/tests/config/ResNet50_vd.txt @@ -33,7 +33,7 @@ fpgm_export:tools/export_model.py -c ppcls/configs/slim/ResNet50_vd_prune.yaml distill_export:null kl_quant:deploy/slim/quant_post_static.py -c ppcls/configs/ImageNet/ResNet/ResNet50_vd.yaml -o Global.save_inference_dir=./inference export2:null -infer_model_url:https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/whole_chain/ResNet50_vd_inference.tar +inference_model_url:https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/whole_chain/ResNet50_vd_inference.tar infer_model:../inference/ infer_export:null infer_quant:Fasle -- GitLab