mmpretrain/tests/test_models/test_selfsup
Yixiao Fang a1cfe888e2
[Feature] Support SparK. (#1531)
* add spark configs

* fix configs

* remove repeat aug

* add module codes

* support lr layer decay of resnet

* update

* fix lint

* add metafile and readme

* fix lint

* add models and logs

* refactor codes

* fix lint

* update model rst

* update name

* add docstring

* add ut

* fix lint

---------

Co-authored-by: Ma Zerun <mzr1996@163.com>
2023-06-19 11:27:50 +08:00
..
test_barlowtwins.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_beit.py [Fix] Fix ddp bugs caused by `out_type`. (#1570) 2023-05-17 17:32:10 +08:00
test_byol.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_cae.py [Fix] Fix ddp bugs caused by `out_type`. (#1570) 2023-05-17 17:32:10 +08:00
test_densecl.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_eva.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_itpn.py [Feature] Support iTPN and HiViT (#1584) 2023-05-26 12:08:34 +08:00
test_mae.py [Fix] Fix ddp bugs caused by `out_type`. (#1570) 2023-05-17 17:32:10 +08:00
test_maskfeat.py [Fix] Fix ddp bugs caused by `out_type`. (#1570) 2023-05-17 17:32:10 +08:00
test_milan.py [Fix] Fix ddp bugs caused by `out_type`. (#1570) 2023-05-17 17:32:10 +08:00
test_mixmim.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_moco.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_mocov3.py [Refactor] Use `out_type` to specify ViT-like backbone output. (#1408) 2023-03-09 11:02:58 +08:00
test_simclr.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_simmim.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_simsiam.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_spark.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
test_swav.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
test_target_generators.py [Refactor] Use `out_type` to specify ViT-like backbone output. (#1408) 2023-03-09 11:02:58 +08:00