wkcn edited a comment on issue #15287: pretrained model URL: https://github.com/apache/incubator-mxnet/issues/15287#issuecomment-504654638 @frischzenger Thank you! I can download the files from the two links. I think the website may be blocked. I will try other network. ``` ➜ ~ wget http://data.mxnet.io/models/imagenet/resnet/50-layers/resnet-50-0000.params --2019-06-22 18:43:35-- http://data.mxnet.io/models/imagenet/resnet/50-layers/resnet-50-0000.params Resolving data.mxnet.io (data.mxnet.io)... 172.217.161.83, 2404:6800:4004:80b::2013 Connecting to data.mxnet.io (data.mxnet.io)|172.217.161.83|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://data.mxnet.io.s3-website-us-west-1.amazonaws.com/models/imagenet/resnet/50-layers/resnet-50-0000.params [following] --2019-06-22 18:43:35-- http://data.mxnet.io.s3-website-us-west-1.amazonaws.com/models/imagenet/resnet/50-layers/resnet-50-0000.params Resolving data.mxnet.io.s3-website-us-west-1.amazonaws.com (data.mxnet.io.s3-website-us-west-1.amazonaws.com)... 52.219.20.19 Connecting to data.mxnet.io.s3-website-us-west-1.amazonaws.com (data.mxnet.io.s3-website-us-west-1.amazonaws.com)|52.219.20.19|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 102395376 (98M) [binary/octet-stream] Saving to: ‘resnet-50-0000.params.2’ resnet-50-0000.param 100%[======================>] 97.65M 10.8MB/s in 8.4s 2019-06-22 18:43:44 (11.6 MB/s) - ‘resnet-50-0000.params.2’ saved [102395376/102395376] ➜ ~ wget http://data.mxnet.io/models/imagenet/resnet/50-layers/resnet-50-symbol.json --2019-06-22 18:47:04-- http://data.mxnet.io/models/imagenet/resnet/50-layers/resnet-50-symbol.json Resolving data.mxnet.io (data.mxnet.io)... 172.217.161.83, 2404:6800:4004:80b::2013 Connecting to data.mxnet.io (data.mxnet.io)|172.217.161.83|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://data.mxnet.io.s3-website-us-west-1.amazonaws.com/models/imagenet/resnet/50-layers/resnet-50-symbol.json [following] --2019-06-22 18:47:04-- http://data.mxnet.io.s3-website-us-west-1.amazonaws.com/models/imagenet/resnet/50-layers/resnet-50-symbol.json Resolving data.mxnet.io.s3-website-us-west-1.amazonaws.com (data.mxnet.io.s3-website-us-west-1.amazonaws.com)... 52.219.24.23 Connecting to data.mxnet.io.s3-website-us-west-1.amazonaws.com (data.mxnet.io.s3-website-us-west-1.amazonaws.com)|52.219.24.23|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 76172 (74K) [application/json] Saving to: ‘resnet-50-symbol.json.1’ resnet-50-symbol.jso 100%[======================>] 74.39K 215KB/s in 0.3s 2019-06-22 18:47:05 (215 KB/s) - ‘resnet-50-symbol.json.1’ saved [76172/76172] ```
---------------------------------------------------------------- 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
