pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.25k stars 6.96k forks source link

EMNIST download url changed #1296

Closed C-nit closed 5 years ago

C-nit commented 5 years ago

https://github.com/pytorch/vision/blob/26c9630bc7add88685400e54457203816c06e750/torchvision/datasets/mnist.py#L230

EMNIST url changed to https://cloudstor.aarnet.edu.au/plus/s/ZNmuFiuQTqZlu9W/download

jtiscione commented 5 years ago

Neither of these URLs is correct.

fmassa commented 5 years ago

@pmeier can you have a look?

The link in https://www.nist.gov/node/1298471/emnist-dataset doesn't work anymore (i.e., http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip) ?

pmeier commented 5 years ago

This is weird. At the time of creating the PR the link was working. Even the official website of EMNIST lists this link. I'll look into it.

C-nit commented 5 years ago

I contacted the owner of the data and they are frustrated with their storage provider since the links broke twice now. He's looking for a better solution, so there might be a working official link in a few days again.

pmeier commented 5 years ago

@C-nit Please reopen this, if you get the new and official download link.

Tabrizian commented 5 years ago

EMNIST url still not working.

fmassa commented 5 years ago

@Tabrizian this has been fixed in master, and the fix is present in a nightly.

Note that the fix didn't get in the 0.4.2 release