diff --git a/test_tipc/config/PPHGNet/PPHGNet_small_fleet_train_infer_python.txt b/test_tipc/config/PPHGNet/PPHGNet_small_train_fleet_infer_python.txt similarity index 100% rename from test_tipc/config/PPHGNet/PPHGNet_small_fleet_train_infer_python.txt rename to test_tipc/config/PPHGNet/PPHGNet_small_train_fleet_infer_python.txt diff --git a/test_tipc/config/PPLCNetV2/PPLCNetV2_base_fleet_train_infer_python.txt b/test_tipc/config/PPLCNetV2/PPLCNetV2_base_train_fleet_infer_python.txt similarity index 100% rename from test_tipc/config/PPLCNetV2/PPLCNetV2_base_fleet_train_infer_python.txt rename to test_tipc/config/PPLCNetV2/PPLCNetV2_base_train_fleet_infer_python.txt diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index d6c90af52dc1c8ec9ca8d865e1f5642f99d1cdee..5a18c3868db078a35862291867142ae449807ab0 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -133,7 +133,7 @@ if [[ $FILENAME == *GeneralRecognition* ]]; then rm -rf Aliproduct rm -rf train_reg_all_data.txt rm -rf demo_train - wget -nc https://paddle-imagenet-models-name.bj.bcebos.com/data/whole_chain/tipc_shitu_demo_data.tar + wget -nc https://paddle-imagenet-models-name.bj.bcebos.com/data/whole_chain/tipc_shitu_demo_data.tar --no-check-certificate tar -xf tipc_shitu_demo_data.tar ln -s tipc_shitu_demo_data Aliproduct ln -s tipc_shitu_demo_data/demo_train.txt train_reg_all_data.txt @@ -141,7 +141,7 @@ if [[ $FILENAME == *GeneralRecognition* ]]; then cd tipc_shitu_demo_data ln -s demo_test.txt val_list.txt cd ../../ - eval "wget -nc $model_url_value" + eval "wget -nc $model_url_value --no-check-certificate" mv general_PPLCNet_x2_5_pretrained_v1.0.pdparams GeneralRecognition_PPLCNet_x2_5_pretrained.pdparams exit 0 fi @@ -155,7 +155,7 @@ if [[ ${MODE} = "lite_train_lite_infer" ]] || [[ ${MODE} = "lite_train_whole_inf # pretrain lite train data cd dataset rm -rf ILSVRC2012 - wget -nc https://paddle-imagenet-models-name.bj.bcebos.com/data/whole_chain/whole_chain_little_train.tar + wget -nc https://paddle-imagenet-models-name.bj.bcebos.com/data/whole_chain/whole_chain_little_train.tar --no-check-certificate tar xf whole_chain_little_train.tar ln -s whole_chain_little_train ILSVRC2012 cd ILSVRC2012