From 0db6efefac4226a84db4bbdccab53ee4bbdfa34e Mon Sep 17 00:00:00 2001 From: Elijah Bodden <106613755+Elijah-Bodden@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:07:28 -0500 Subject: [PATCH] Update __init__.py --- mnist/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnist/__init__.py b/mnist/__init__.py index 0cea9e1..30cdcc4 100644 --- a/mnist/__init__.py +++ b/mnist/__init__.py @@ -22,7 +22,7 @@ # `datasets_url` and `temporary_dir` can be set by the user using: # >>> mnist.datasets_url = 'http://my.mnist.url' # >>> mnist.temporary_dir = lambda: '/tmp/mnist' -datasets_url = 'http://yann.lecun.com/exdb/mnist/' +datasets_url = 'https://storage.googleapis.com/cvdf-datasets/mnist/' temporary_dir = tempfile.gettempdir