From 6d8496e4e7611e818c7000e267df59c0b9d006c8 Mon Sep 17 00:00:00 2001 From: Piotr Czarnik Date: Sun, 26 May 2024 16:45:19 +0200 Subject: [PATCH] Add faster mnist mirror from tensorflow --- mnists/_mnist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mnists/_mnist.py b/mnists/_mnist.py index 8e487b2..2a2de03 100644 --- a/mnists/_mnist.py +++ b/mnists/_mnist.py @@ -48,6 +48,7 @@ class MNIST: ] mirrors = [ + "https://storage.googleapis.com/cvdf-datasets/mnist/", "https://ossci-datasets.s3.amazonaws.com/mnist/", "http://yann.lecun.com/exdb/mnist/", ]