Commit f58d1d3b authored by Philip Meier's avatar Philip Meier Committed by Francisco Massa
Browse files

updated download url (#1297)

parent 26c9630b
...@@ -227,7 +227,7 @@ class EMNIST(MNIST): ...@@ -227,7 +227,7 @@ class EMNIST(MNIST):
target and transforms it. target and transforms it.
""" """
# Updated URL from https://www.westernsydney.edu.au/bens/home/reproducible_research/emnist # Updated URL from https://www.westernsydney.edu.au/bens/home/reproducible_research/emnist
url = 'https://cloudstor.aarnet.edu.au/plus/index.php/s/54h3OuGJhFLwAlQ/download' url = 'https://cloudstor.aarnet.edu.au/plus/s/ZNmuFiuQTqZlu9W/download'
splits = ('byclass', 'bymerge', 'balanced', 'letters', 'digits', 'mnist') splits = ('byclass', 'bymerge', 'balanced', 'letters', 'digits', 'mnist')
def __init__(self, root, split, **kwargs): 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