mmclassification/mmcls/models/backbones/__init__.py

4 lines
73 B
Python

from .resnet import ResNet, ResNetV1d
__all__ = ['ResNet', 'ResNetV1d']