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/06/21 03:17:24 UTC

[GitHub] [incubator-mxnet] wkcn commented on issue #15287: pretrained model

wkcn commented on issue #15287: pretrained model
URL: https://github.com/apache/incubator-mxnet/issues/15287#issuecomment-504273462
 
 
   Thank you for pointing it out!
   
   It seems that the link `dmlc.ml` is out of date.
   We can replace `data.dmlc.ml` with `data.mxnet.io` temporarily.
   e.g.
   
   Before:
   ```
   http://data.dmlc.ml/models/imagenet/vgg/vgg16-0000.params
   ```
   
   After:
   ```
   http://data.mxnet.io/models/imagenet/vgg/vgg16-0000.params
   ```
   
   `http://data.mxnet.io/models` is an empty website, but the model files can be downloaded.

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