autodl-projects/lib/models/shape_infers/__init__.py

6 lines
278 B
Python
Raw Normal View History

2019-09-28 10:24:47 +02:00
from .InferCifarResNet_width import InferWidthCifarResNet
from .InferImagenetResNet import InferImagenetResNet
from .InferCifarResNet_depth import InferDepthCifarResNet
from .InferCifarResNet import InferCifarResNet
from .InferMobileNetV2 import InferMobileNetV2