Skip to content

Commit

Permalink
Merge pull request alibaba#452 from sunbohong/patch-1
Browse files Browse the repository at this point in the history
Update get_model.sh
  • Loading branch information
li-qing authored Nov 13, 2019
2 parents b07c0c6 + 65b34e6 commit 7d78adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/script/get_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ download() {

get_caffe1() { # model_URL, model_path, prototxt_URL, prototxt_path, model, MNN_path
if [ ! -e $6 ]; then
echo "download and convert $2 $4"
download $1 $2 && download $3 $4 && ./$CONVERTER -f CAFFE --modelFile $2 --prototxt $4 --MNNModel $6 --bizCode 0000
fi
}
Expand Down

0 comments on commit 7d78adf

Please sign in to comment.