jnorwood opened a new issue #14507: model links data.dmlc.ml are broken URL: https://github.com/apache/incubator-mxnet/issues/14507 The model links referencing data.dmlc.ml in the model zoo and inference examples are broken. To fix this, it appears there are more than one issue. First, there are no longer gzipp'd files, and second the data.dmlc.ml site is no longer the correct source for wget. so, this works: `wget http://data.mxnet.io/models/imagenet/resnet/18-layers/resnet-18-symbol.json` and this works: `wget http://data.mxnet.io/models/imagenet/resnet/18-layers/resnet-18-0000.params` and this works: `wget https://github.com/dmlc/web-data/raw/master/mxnet/neural-style/model/vgg19.params` but the links on [https://mxnet.apache.org/model_zoo/index.html](url) for models and param files are of the form `http://data.dmlc.ml/models/imagenet/squeezenet/squeezenet_v1.1-symbol.json` and the tgz download doc in [https://github.com/dmlc/mxnet-model-gallery/blob/master/imagenet-1k-vgg.md](url) uses `wget http://data.dmlc.ml/mxnet/models/imagenet/vgg/vgg16.tar.gz` and that is true for the other models under [https://github.com/dmlc/mxnet-model-gallery](url) So, basically, just look through all the docs and examples and change data.dmlc.ml to whatever is supposed to be the correct address for the downloads. It isn't evident to me if it should be coming from the github raw link above or the data.mxnet.io links, but data.dmlc.ml is simply broken.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
