mmclassification/mmcls/models/backbones/__init__.py

6 lines
72 B
Python
Raw Normal View History

2020-06-03 15:51:17 +08:00
from .mobilenet_v2 import MobileNetv2
__all__ = [
'MobileNetv2',
2020-06-03 15:54:37 +08:00
]