mmclassification/mmcls/models/backbones/__init__.py

5 lines
71 B
Python

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