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 15:42:11 UTC

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

jlcontreras 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_r269172808
 
 

 ##########
 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:
   Why raw=true?

----------------------------------------------------------------
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