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

10 lines
475 B
Python
Raw Permalink Normal View History

2020-03-09 09:38:00 +01:00
#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019.01 #
#####################################################
2019-09-28 10:24:47 +02:00
from .InferCifarResNet_width import InferWidthCifarResNet
2020-03-09 09:38:00 +01:00
from .InferImagenetResNet import InferImagenetResNet
2019-09-28 10:24:47 +02:00
from .InferCifarResNet_depth import InferDepthCifarResNet
2020-03-09 09:38:00 +01:00
from .InferCifarResNet import InferCifarResNet
from .InferMobileNetV2 import InferMobileNetV2
2021-05-12 10:28:05 +02:00
from .InferTinyCellNet import DynamicShapeTinyNet