You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/26 16:21:01 UTC

[GitHub] [incubator-mxnet] lebeg commented on a change in pull request #14525: Fixes for CI downloads (v1.3.x)

lebeg commented on a change in pull request #14525: Fixes for CI downloads (v1.3.x)
URL: https://github.com/apache/incubator-mxnet/pull/14525#discussion_r269194427
 
 

 ##########
 File path: cpp-package/example/feature_extract/run.sh
 ##########
 @@ -17,7 +17,12 @@
 
 # Downloading the data and model
 mkdir -p model
-wget -nc http://data.dmlc.ml/mxnet/models/imagenet/inception-bn.tar.gz
+wget -nc -O model/Inception-BN-symbol.json \
+    http://data.mxnet.io/mxnet/models/imagenet/inception-bn/Inception-BN-symbol.json
+wget -nc -O model/synset.txt \
+    http://data.mxnet.io/mxnet/models/imagenet/synset.txt
+wget -nc -O model/Inception-BN-0126.params \
+    http://data.mxnet.io/mxnet/models/imagenet/inception-bn/Inception-BN-0126.params?raw=true 
 
 Review comment:
   It was there before 😬

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services