We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa218d commit 2c277d6Copy full SHA for 2c277d6
torchvision/datasets/__init__.py
@@ -1,7 +1,7 @@
1
-from .lsun import LSUNDataset, LSUNClassDataset
2
-from .folder import ImageFolderDataset
3
-from .coco import CocoCaptionsDataset, CocoDetectionDataset
+from .lsun import LSUN, LSUNClass
+from .folder import ImageFolder
+from .coco import CocoCaptions, CocoDetection
4
5
-__all__ = ('LSUNDataset', 'LSUNClassDataset',
6
- 'ImageFolderDataset',
7
- 'CocoCaptionsDataset', 'CocoDetectionDataset')
+__all__ = ('LSUN', 'LSUNClass',
+ 'ImageFolder',
+ 'CocoCaptions', 'CocoDetection')
0 commit comments