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.95k forks source link

Scheduled workflow failed #3612

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Oh no, something went wrong in the scheduled workflow tests/download. Please look into it:

https://github.com/pytorch/vision/actions/runs/694725880

Feel free to close this if this was just a one-off error.

cc @pmeier

NicolasHug commented 3 years ago

I confirm I too get a timeout on the offending URL http://itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip

pmeier commented 3 years ago

I confirm I too get a timeout on the offending URL http://itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip

Where did you get this URL? EMNIST uses

https://github.com/pytorch/vision/blob/5fe1449d22fee4d82709ae717620c17752d49a67/torchvision/datasets/mnist.py#L274

(http:// != https://www.) In any case, the download server seems to unstable.

pmeier commented 3 years ago

Duplicate of #3606.

NicolasHug commented 3 years ago

I just copy pasted from the logs: https://github.com/pytorch/vision/runs/2211837007?check_suite_focus=true#step:10:198 (which have a weird trailing ] char) but I might have been redirected at some point