Skip to content

Commit

Permalink
Expose VisionDataSet class so it can be modified (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbowles-personal authored and fmassa committed Apr 29, 2019
1 parent 0c36735 commit 3afcf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchvision/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from .caltech import Caltech101, Caltech256
from .celeba import CelebA
from .sbd import SBDataset
from .vision import VisionDataset

__all__ = ('LSUN', 'LSUNClass',
'ImageFolder', 'DatasetFolder', 'FakeData',
Expand Down

0 comments on commit 3afcf3c

Please sign in to comment.