Closed maxwillzq closed 3 years ago
@maxwillzq Thanks for your interest in CK!
I was very surprised to see this last night as many of the MLPerf Inference v0.5 submitters used this package without any problems including Alibaba, Google, Intel and Qualcomm.
But it seems that the URL is no longer valid:
$ ck install package:imagenet-2012-val
Searching if CK environment for this package already exists using:
* Tags: image-classification,dataset,imagenet,2012,val,full,raw,original,jpg,caffe,ilsvrc2012,channel-stable,host-os-linux-64,target-os-linux-64,64bits
CK environment not found for this package ...
*** Installation path used: /home/anton/CK_TOOLS/dataset-imagenet-ilsvrc2012-val
Installing to /home/anton/CK_TOOLS/dataset-imagenet-ilsvrc2012-val
Checking whether '/home/anton/CK_TOOLS/dataset-imagenet-ilsvrc2012-val/ILSVRC2012_img_val.tar' already exists ...
Downloading ILSVRC'12 validation dataset from 'http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar' ...
--2019-11-07 09:29:31-- http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar
Resolving www.image-net.org (www.image-net.org)... 171.64.68.16
Connecting to www.image-net.org (www.image-net.org)|171.64.68.16|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-11-07 09:29:31 ERROR 404: Not Found.
Error: Downloading ILSVRC'12 validation set from 'http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar' failed!
It fails without CK too:
$ wget http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar
--2019-11-07 10:09:28-- http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar
Resolving www.image-net.org (www.image-net.org)... 171.64.68.16
Connecting to www.image-net.org (www.image-net.org)|171.64.68.16|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-11-07 10:09:29 ERROR 404: Not Found.
Perhaps the link is temporarily unavailable. Or perhaps it's been permanently removed. Hmm.
We know that ImageNet is available for download via torrents. We will see if we can make an alternative CK package.
FYI: We have started to discuss the ImageNet (un)availability in the MLPerf working group.
Extra ideas here: https://codereef.ai/portal/c/package/imagenet-2012-val
As suggested by @martinlightmatter, I updated those 2 CK packages (imagenet-2012-val and imagenet-2012-train) with the following error message:
D:\>ck install package:imagenet-2012-val
=============================================================================================
Unfortunately, ImageNet 2012 validation set is no longer publicly available
and this CK meta-package can not automatically download it!
See the related discussions:
* https://CodeReef.ai/portal/c/package/imagenet-2012-val
* https://github.com/pytorch/vision/issues/1453
* https://github.com/ctuning/ck-env/issues/101
However, if you already have it installed on your machine, you can detect
and register it to work with CK workflows using this command:
$ ck detect soft:dataset.imagenet.val --search_dir={directory where the dataset is installed}
=============================================================================================
CK error: [package] this package has a known problem - see the message above!
I uploaded the latest versions of those packages to the CodeReef platform:
One needs to update the ck-env repo to see this message:
$ ck pull repo:ck-env
Somehow module:package stopped processing packages with "problem":"yes" meta. I fixed that problem. I also added a note about how to download ImageNet via Academic Torrents. I close this ticket ...
The error message: