From 6043bc250768b129e90a5321e318c1d51ee48a5c Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 2 Apr 2024 11:35:55 +0100 Subject: [PATCH] [Cherry-pick for 0.18] Update the download url in class EMNIST #8350 (#8365) Co-authored-by: JavaZero <71128095+JavaZeroo@users.noreply.github.com> --- torchvision/datasets/mnist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchvision/datasets/mnist.py b/torchvision/datasets/mnist.py index a2389d598e6..b2bbcc6fbae 100644 --- a/torchvision/datasets/mnist.py +++ b/torchvision/datasets/mnist.py @@ -276,7 +276,7 @@ class EMNIST(MNIST): target and transforms it. """ - url = "https://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip" + url = "https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip" md5 = "58c8d27c78d21e728a6bc7b3cc06412e" splits = ("byclass", "bymerge", "balanced", "letters", "digits", "mnist") # Merged Classes assumes Same structure for both uppercase and lowercase version