Skip to content

Commit

Permalink
change download link to Baidu bos (PaddlePaddle#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
daming-lu authored Dec 29, 2017
1 parent 7aee3b6 commit 70c9bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/visualdl/mock/download_mock_models.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Download inception_v1 model
curl -LOk https://s3.amazonaws.com/download.onnx/models/inception_v1.tar.gz
curl -LOk http://visualdl.bj.bcebos.com/inception_v1.tar.gz

tar -xvzf inception_v1.tar.gz
cp inception_v1/model.pb inception_v1_model.pb
Expand All @@ -10,7 +10,7 @@ rm inception_v1.tar.gz


# Download squeezenet model
curl -LOk https://s3.amazonaws.com/download.onnx/models/squeezenet.tar.gz
curl -LOk http://visualdl.bj.bcebos.com/squeezenet.tar.gz

tar -xvzf squeezenet.tar.gz
cp squeezenet/model.pb squeezenet_model.pb
Expand Down

0 comments on commit 70c9bb1

Please sign in to comment.