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
3afcf3cd
Commit
3afcf3cd
authored
Apr 29, 2019
by
bbowles-personal
Committed by
Francisco Massa
Apr 29, 2019
Browse files
Expose VisionDataSet class so it can be modified (#876)
parent
0c36735d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
torchvision/datasets/__init__.py
torchvision/datasets/__init__.py
+1
-0
No files found.
torchvision/datasets/__init__.py
View file @
3afcf3cd
...
@@ -17,6 +17,7 @@ from .imagenet import ImageNet
...
@@ -17,6 +17,7 @@ from .imagenet import ImageNet
from
.caltech
import
Caltech101
,
Caltech256
from
.caltech
import
Caltech101
,
Caltech256
from
.celeba
import
CelebA
from
.celeba
import
CelebA
from
.sbd
import
SBDataset
from
.sbd
import
SBDataset
from
.vision
import
VisionDataset
__all__
=
(
'LSUN'
,
'LSUNClass'
,
__all__
=
(
'LSUN'
,
'LSUNClass'
,
'ImageFolder'
,
'DatasetFolder'
,
'FakeData'
,
'ImageFolder'
,
'DatasetFolder'
,
'FakeData'
,
...
...
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