autodl-projects/lib/models/shape_infers/__init__.py
2019-11-05 23:35:28 +11: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