support rec model whole_infer for tipc

pull/1483/head
dongshuilong 2021-11-25 14:46:34 +00:00
parent a3465a6591
commit 22650efbe6
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ if [[ $FILENAME == *GeneralRecognition* ]];then
cd tipc_shitu_demo_data
ln -s demo_test.txt val_list.txt
cd ../../
eval "wget -nc $model_url_value"
mv general_PPLCNet_x2_5_pretrained_v1.0.pdparams GeneralRecognition_PPLCNet_x2_5_pretrained.pdparams
exit 0
fi