mmclassification/mmcls/models/backbones/__init__.py

6 lines
72 B
Python

from .mobilenet_v2 import MobileNetv2
__all__ = [
'MobileNetv2',
]