xautodl/lib/models/infers/__init__.py
2019-09-28 18:24:47 +10:00

6 lines
278 B
Python

from .InferCifarResNet_width import InferWidthCifarResNet
from .InferImagenetResNet import InferImagenetResNet
from .InferCifarResNet_depth import InferDepthCifarResNet
from .InferCifarResNet import InferCifarResNet
from .InferMobileNetV2 import InferMobileNetV2