2020-06-07 22:40:36 +08:00

4 lines
68 B
Python

from .shufflenet_v1 import ShuffleNetv1
__all__ = ['ShuffleNetv1']