Skip to content

Commit

Permalink
Merge branch 'main' into 8118_missing_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
NSalberg committed Apr 3, 2024
2 parents 8ac9e34 + 5181a85 commit e0a702d
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 e0a702d

Please sign in to comment.