Skip to content

Commit 6043bc2

Browse files
[Cherry-pick for 0.18] Update the download url in class EMNIST #8350 (#8365)
Co-authored-by: JavaZero <71128095+JavaZeroo@users.noreply.github.com>
1 parent 21a7a7c commit 6043bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/mnist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class EMNIST(MNIST):
276276
target and transforms it.
277277
"""
278278

279-
url = "https://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip"
279+
url = "https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip"
280280
md5 = "58c8d27c78d21e728a6bc7b3cc06412e"
281281
splits = ("byclass", "bymerge", "balanced", "letters", "digits", "mnist")
282282
# Merged Classes assumes Same structure for both uppercase and lowercase version

0 commit comments

Comments
 (0)