mmclassification/mmpretrain
Yixiao Fang e453a45d31
[Refactor] Add self-supervised backbones and target generators. (#1379)
* add heads

* add losses

* fix

* remove mim head

* add modified backbones and target generators

* add unittest

* refactor caevit

* add window_size check

* fix lint

* apply new DataSample

* fix ut error

* update ut

* fix ut

* fix lint

* Update base modules.

---------

Co-authored-by: mzr1996 <mzr1996@163.com>
2023-02-28 15:59:17 +08:00
..
apis [Refactor] Refactor ClsDatasample to a union DataSample. (#1371) 2023-02-23 10:07:53 +08:00
datasets [Refactor] Update datasets (#1375) 2023-02-27 15:42:22 +08:00
engine [Refactor] Refactor ClsDatasample to a union DataSample. (#1371) 2023-02-23 10:07:53 +08:00
evaluation [Refactor] Add self-supervised backbones and target generators. (#1379) 2023-02-28 15:59:17 +08:00
models [Refactor] Add self-supervised backbones and target generators. (#1379) 2023-02-28 15:59:17 +08:00
structures [Refactor] Refactor ClsDatasample to a union DataSample. (#1371) 2023-02-23 10:07:53 +08:00
utils Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
visualization [Refactor] Refactor ClsDatasample to a union DataSample. (#1371) 2023-02-23 10:07:53 +08:00
__init__.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
registry.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
version.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00