Commit 2c277d62 authored by soumith's avatar soumith
Browse files

removing dataset postfix

parent aaa218de
from .lsun import LSUNDataset, LSUNClassDataset from .lsun import LSUN, LSUNClass
from .folder import ImageFolderDataset from .folder import ImageFolder
from .coco import CocoCaptionsDataset, CocoDetectionDataset from .coco import CocoCaptions, CocoDetection
__all__ = ('LSUNDataset', 'LSUNClassDataset', __all__ = ('LSUN', 'LSUNClass',
'ImageFolderDataset', 'ImageFolder',
'CocoCaptionsDataset', 'CocoDetectionDataset') 'CocoCaptions', 'CocoDetection')
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment