Unverified Commit 5181a854 authored by JavaZero's avatar JavaZero Committed by GitHub
Browse files

Update the download url in class EMNIST (#8350)


Co-authored-by: default avatarNicolas Hug <nh.nicolas.hug@gmail.com>
parent 2c4665ff
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment