hjc-owo
init repo
966ae59
raw
history blame contribute delete
214 Bytes
# -*- coding: utf-8 -*-
# Copyright (c) XiMing Xing. All rights reserved.
# Author: XiMing Xing
# Description:
from .inception import inception_v3
from .vgg import VGG
__all__ = [
'inception_v3',
'VGG'
]