Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
331f1268
Unverified
Commit
331f1268
authored
Mar 15, 2021
by
Philip Meier
Committed by
GitHub
Mar 15, 2021
Browse files
update EMNIST url (#3567)
parent
9d278783
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
torchvision/datasets/mnist.py
torchvision/datasets/mnist.py
+1
-5
No files found.
torchvision/datasets/mnist.py
View file @
331f1268
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment