-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Description
🐛 Describe the bug
Torchvision by default downloads MNIST from the original server. The owner there explicitly requests
Please refrain from accessing these files from automated scripts with high frequency. Make copies!
Currently, MNIST is already available on the PyTorch mirror: see #3544 and #3549. It seems that the polite thing to do is to never download from the original server.
Versions
Collecting environment information...
PyTorch version: 1.9.0a0+gitd69c22d
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: Gentoo/Linux (x86_64)
GCC version: (Gentoo 11.2.0 p1) 11.2.0
Clang version: 12.0.1
CMake version: version 3.20.5
Libc version: glibc-2.33
Python version: 3.9 (64-bit runtime)
Python platform: Linux-5.14.12-gentoo-b-x86_64-AMD_Ryzen_7_PRO_4750U_with_Radeon_Graphics-with-glibc2.33
Is CUDA available: False
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Versions of relevant libraries:
[pip3] numpy==1.21.1
[pip3] numpydoc==1.1.0
[pip3] torch==1.9.0a0+gitd69c22d
[pip3] torchvision==0.10.0a0
[conda] Could not collect
cc @pmeier