__init__.py 215 Bytes
Newer Older
soumith's avatar
soumith committed
1
2
3
from .lsun import LSUN, LSUNClass
from .folder import ImageFolder
from .coco import CocoCaptions, CocoDetection
soumith's avatar
soumith committed
4

soumith's avatar
soumith committed
5
6
7
__all__ = ('LSUN', 'LSUNClass',
           'ImageFolder',
           'CocoCaptions', 'CocoDetection')