mmclassification/mmcls/models/utils/__init__.py

5 lines
137 B
Python
Raw Normal View History

2020-06-15 16:42:15 +08:00
from .channel_shuffle import channel_shuffle
from .make_divisible import make_divisible
__all__ = ['channel_shuffle', 'make_divisible']