mmpretrain/mmcls/datasets/pipelines/__init__.py

4 lines
52 B
Python
Raw Normal View History

2020-05-21 21:21:43 +08:00
from .compose import Compose
__all__ = ['Compose']