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
ad3bbef9
Unverified
Commit
ad3bbef9
authored
Feb 02, 2021
by
Philip Meier
Committed by
GitHub
Feb 02, 2021
Browse files
fashion_mnist (#3337)
parent
d5bc2b24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
test/test_datasets_download.py
test/test_datasets_download.py
+5
-0
No files found.
test/test_datasets_download.py
View file @
ad3bbef9
...
@@ -195,6 +195,10 @@ def mnist():
...
@@ -195,6 +195,10 @@ def mnist():
return
collect_download_configs
(
lambda
:
datasets
.
MNIST
(
"."
,
download
=
True
),
name
=
"MNIST"
)
return
collect_download_configs
(
lambda
:
datasets
.
MNIST
(
"."
,
download
=
True
),
name
=
"MNIST"
)
def
fashion_mnist
():
return
collect_download_configs
(
lambda
:
datasets
.
FashionMNIST
(
"."
,
download
=
True
),
name
=
"FashionMNIST"
)
def
make_parametrize_kwargs
(
download_configs
):
def
make_parametrize_kwargs
(
download_configs
):
argvalues
=
[]
argvalues
=
[]
ids
=
[]
ids
=
[]
...
@@ -216,6 +220,7 @@ def make_parametrize_kwargs(download_configs):
...
@@ -216,6 +220,7 @@ def make_parametrize_kwargs(download_configs):
# The VOC download server is unstable. See https://github.com/pytorch/vision/issues/2953 for details.
# The VOC download server is unstable. See https://github.com/pytorch/vision/issues/2953 for details.
# voc(),
# voc(),
mnist
(),
mnist
(),
fashion_mnist
(),
)
)
)
)
)
)
...
...
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