diux-dev / cluster

train on AWS
75 stars 15 forks source link

Dataset URL Access Denied #73

Closed ymjiang closed 5 years ago

ymjiang commented 5 years ago

Hi. In README, there are two links for imagenet dataset. But I can't access them due to "AccessDenied".

Could anyone help me with this? Thanks in advance.

https://s3.amazonaws.com/yaroslavvb/imagenet-data-sorted.tar https://s3.amazonaws.com/yaroslavvb/imagenet-sz.tar

Perhaps I should ping @yaroslavvb

yaroslavvb commented 5 years ago

This repo doesn't work, things moved to https://github.com/cybertronai/imagenet18

yaroslavvb commented 5 years ago

Oh I see, you are following "running locally" instructions. Looks like diux closed access to the files. Currently right now the only way is to train using AWS recipe since they are baked into AMI. I could reupload the files from the AMI image if it's helpful

ymjiang commented 5 years ago

@yaroslavvb Thank you for the reply. Yes, I am trying to reproduce the imagenet18 experiment locally, and I need the dataset.

I already have the ILSVRC2012_img_train and ILSVRC2012_img_val dataset on local machines. (BTW, are they the same with what you show as "imagenet" in the dir tree?) I think what I actually need is imagenet-sz. Not sure what does 160 and 320 mean.

Since we don't have an access to AWS, it would be great if you could kindly reupload the files.

ymjiang commented 5 years ago

I am closing this issue. Thanks.