MarkMoHR's picture
added code
7aefe45
Raw
History Blame Contribute Delete
102 Bytes
from .inception import inception_v3
from .vgg import VGG
__all__ = [
'inception_v3',
'VGG'
]