-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET] Updated http://data.dmlc.ml/ links to http://data.mxnet.io/ #15065
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some blank line changes can be removed. Also, it looks like the data server was moved to be just s3, so no directory browsing is allowed... which means some of these links don't work. Please double check them and update them. If you don't have access to s3 to look directly PM me.
R-package/tests/testthat/get_data.R
Outdated
@@ -57,6 +57,7 @@ GetInception <- function() { | |||
} | |||
|
|||
if (!file.exists("model/Inception-BN-0126.params")) { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're not touching this file otherwise, please remove this edit.
@@ -162,6 +162,7 @@ val <- data$val | |||
|
|||
## Load pretrained model | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're not touching this file otherwise, please remove this edit.
example/rcnn/README.md
Outdated
@@ -43,8 +43,8 @@ Make a directory `data` and follow `py-faster-rcnn` for data preparation instruc | |||
* [MSCOCO](http://mscoco.org/dataset/) should be in `data/coco` containing `train2017`, `val2017` and `annotations/instances_train2017.json`, `annotations/instances_val2017.json`. | |||
|
|||
### Download pretrained ImageNet models | |||
* [VGG16](http://www.robots.ox.ac.uk/~vgg/research/very_deep/) should be at `model/vgg16-0000.params` from [MXNet model zoo](http://data.dmlc.ml/models/imagenet/vgg/). | |||
* [ResNet](/~https://github.com/tornadomeet/ResNet) should be at `model/resnet-101-0000.params` from [MXNet model zoo](http://data.dmlc.ml/models/imagenet/resnet/). | |||
* [VGG16](http://www.robots.ox.ac.uk/~vgg/research/very_deep/) should be at `model/vgg16-0000.params` from [MXNet model zoo](http://data.mxnet.io/models/imagenet/vgg/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link doesn't work: http://data.mxnet.io/models/imagenet/vgg/
Looks like a redirect on s3 and without a specific key it won't work. And browsing is disabled... so... you'll need to go in on the s3 side to find out where this stuff is and get the full URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, use the AWS CLI to browse around:
aws s3 ls s3://data.mxnet.io
aws s3 ls s3://data.mxnet.io/mxnet/models/imagenet/vgg/
Then you should be able to figure out the links that way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated and verified the links
matlab/get_inception_model.sh
Outdated
@@ -31,5 +31,6 @@ cd ${DATA_DIR} | |||
wget --no-check-certificate https://raw.githubusercontent.com/dmlc/mxnet.js/master/data/cat.png; | |||
|
|||
# Get inception model | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this since no real change...
@mxnet-label-bot add [Doc, pr-awaiting-response] |
Updated pretrained ImageNet model links
…pache#15065) * changed http://data.dmlc.ml/ links to http://data.mxnet.io/ * Update get_data.R * Update get_inception_model.sh * Update CatsDogsFinetune.Rmd * Update README.md Updated pretrained ImageNet model links
Description
Updated remaining dmlc links and verified all links are working as expected