Commit c76ac7ff authored by Jason Park's avatar Jason Park Committed by Soumith Chintala
Browse files

Fix the url to download EMNIST (#450)

The URL to download EMNIST seems to have changed. I fixed this.
parent fa377c47
......@@ -195,7 +195,7 @@ class EMNIST(MNIST):
target_transform (callable, optional): A function/transform that takes in the
target and transforms it.
"""
url = 'http://biometrics.nist.gov/cs_links/EMNIST/gzip.zip'
url = 'http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip'
splits = ('byclass', 'bymerge', 'balanced', 'letters', 'digits', 'mnist')
def __init__(self, root, split, **kwargs):
......
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