mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
* refactor projects folder * fix lint * fix typo * refine readme template * update downsteam
4 lines
56 B
Python
4 lines
56 B
Python
from .dummy_mae import DummyMAE
|
|
|
|
__all__ = ['DummyMAE']
|