Unverified Commit 331f1268 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

update EMNIST url (#3567)

parent 9d278783
...@@ -268,11 +268,7 @@ class EMNIST(MNIST): ...@@ -268,11 +268,7 @@ class EMNIST(MNIST):
target_transform (callable, optional): A function/transform that takes in the target_transform (callable, optional): A function/transform that takes in the
target and transforms it. target and transforms it.
""" """
# Updated URL from https://www.nist.gov/node/1298471/emnist-dataset since the url = 'https://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip'
# _official_ download link
# https://cloudstor.aarnet.edu.au/plus/s/ZNmuFiuQTqZlu9W/download
# is (currently) unavailable
url = 'http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip'
md5 = "58c8d27c78d21e728a6bc7b3cc06412e" md5 = "58c8d27c78d21e728a6bc7b3cc06412e"
splits = ('byclass', 'bymerge', 'balanced', 'letters', 'digits', 'mnist') splits = ('byclass', 'bymerge', 'balanced', 'letters', 'digits', 'mnist')
# Merged Classes assumes Same structure for both uppercase and lowercase version # 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