__init__.py 366 Bytes
Newer Older
1
2
3
from .alexnet import *
from .resnet import *
from .vgg import *
4
from .squeezenet import *
5
from .inception import *
Geoff Pleiss's avatar
Geoff Pleiss committed
6
from .densenet import *
7
from .googlenet import *
Francisco Massa's avatar
Francisco Massa committed
8
from .mobilenet import *
9
from .mnasnet import *
Bar's avatar
Bar committed
10
from .shufflenetv2 import *
11
from .efficientnet import *
12
from . import segmentation
13
from . import detection
14
from . import video
15
from . import quantization