__init__.py 194 Bytes
Newer Older
soumith's avatar
soumith committed
1
2
3
4
5
from .lsun import LSUNDataset, LSUNClassDataset
from .folder import ImageFolderDataset
from .coco import CocoCaptionsDataset, CocoDetectionDataset

__all__ = ('LSUNDataset', 'LSUNClassDataset')