File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 18
18
# download the dictionary and pretrained model
19
19
for file in baidu.dict model_32.emb model_64.emb model_128.emb model_256.emb
20
20
do
21
- # following is the google drive address
22
- # you can also directly download from https://pan.baidu.com/s/1o8q577s
23
- wget https://www.googledrive.com/host/0B7Q8d52jqeI9ejh6Q1RpMTFQT1k/embedding/$file --no-check-certificate
21
+ wget http://paddlepaddle.bj.bcebos.com/model_zoo/embedding/$file
24
22
done
Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ echo "Downloading ResNet models..."
24
24
25
25
for file in resnet_50.tar.gz resnet_101.tar.gz resnet_152.tar.gz mean_meta_224.tar.gz
26
26
do
27
- # following is the google drive address
28
- # you can also directly download from https://pan.baidu.com/s/1o8q577s
29
- wget https://www.googledrive.com/host/0B7Q8d52jqeI9ejh6Q1RpMTFQT1k/imagenet/$file --no-check-certificate
27
+ wget http://paddlepaddle.bj.bcebos.com/model_zoo/imagenet/$file
30
28
tar -xvf $file
31
29
rm $file
32
30
done
Original file line number Diff line number Diff line change 16
16
set -x
17
17
18
18
# download the in-house paraphrase dataset
19
- # following is the google drive address
20
- # you can also directly download from https://pan.baidu.com/s/1o8q577s
21
- wget https://www.googledrive.com/host/0B7Q8d52jqeI9ejh6Q1RpMTFQT1k/embedding/paraphrase.tar.gz --no-check-certificate
19
+ wget http://paddlepaddle.bj.bcebos.com/model_zoo/embedding/paraphrase.tar.gz
22
20
23
21
# untar the dataset
24
22
tar -zxvf paraphrase.tar.gz
Original file line number Diff line number Diff line change 16
16
set -x
17
17
18
18
# download the pretrained model
19
- # following is the google drive address
20
- # you can also directly download from https://pan.baidu.com/s/1o8q577s
21
- wget https://www.googledrive.com/host/0B7Q8d52jqeI9ejh6Q1RpMTFQT1k/wmt14_model.tar.gz --no-check-certificate
19
+ wget http://paddlepaddle.bj.bcebos.com/model_zoo/wmt14_model.tar.gz
22
20
23
21
# untar the model
24
22
tar -zxvf wmt14_model.tar.gz
You can’t perform that action at this time.
0 commit comments