red-data-tools / red-datasets

A RubyGem that provides common datasets
MIT License
30 stars 25 forks source link

mnist: CI has failed with 403 forbidden error #195

Open tikkss opened 1 week ago

tikkss commented 1 week ago

CI (macos, ubuntu and windows) has failed:

Should we use a mirror site instead of original site?

See also: https://github.com/oreilly-japan/deep-learning-from-scratch/issues/81

kou commented 1 week ago

It seems that we should not always use https://ossci-datasets.s3.amazonaws.com/mnist/ . We can use it only when http://yann.lecun.com/exdb/mnist/ is not available:

https://github.com/pytorch/vision/issues/4634#issuecomment-945549143

AFAIK the author only authorized us to use the mirror in case the original server is unavailable for some reason.