I've noticed recently that the server that hosts CIFAR10 seems to be having bad issues (noticed first on June 23, 2026, and it has become progressively worse).
It currently takes me 57 minutes to download the 162MB tarball. There seem to be a few redirects happening.
|
url = "https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz" |
Can the server be fixed, or can this URL be redirected elsewhere? (Maybe every AI-generated test script across the globe is pointing to this and just hammering the server... ?)
I've noticed recently that the server that hosts CIFAR10 seems to be having bad issues (noticed first on June 23, 2026, and it has become progressively worse).
It currently takes me 57 minutes to download the 162MB tarball. There seem to be a few redirects happening.
vision/torchvision/datasets/cifar.py
Line 32 in 4c0fc5a
Can the server be fixed, or can this URL be redirected elsewhere? (Maybe every AI-generated test script across the globe is pointing to this and just hammering the server... ?)