"vscode:/vscode.git/clone" did not exist on "dcda03b4cb2c757682abe0faf14a6379dcde1cb2"
Commit 2c277d62 authored by soumith's avatar soumith
Browse files

removing dataset postfix

parent aaa218de
from .lsun import LSUNDataset, LSUNClassDataset
from .folder import ImageFolderDataset
from .coco import CocoCaptionsDataset, CocoDetectionDataset
from .lsun import LSUN, LSUNClass
from .folder import ImageFolder
from .coco import CocoCaptions, CocoDetection
__all__ = ('LSUNDataset', 'LSUNClassDataset',
'ImageFolderDataset',
'CocoCaptionsDataset', 'CocoDetectionDataset')
__all__ = ('LSUN', 'LSUNClass',
'ImageFolder',
'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