Skip to content

Commit

Permalink
[Cherry-pick for 0.18] Update the download url in class EMNIST #8350 (#…
Browse files Browse the repository at this point in the history
…8365)

Co-authored-by: JavaZero <71128095+JavaZeroo@users.noreply.github.com>
  • Loading branch information
NicolasHug and JavaZeroo committed Apr 2, 2024
1 parent 21a7a7c commit 6043bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/datasets/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6043bc2

Please sign in to comment.