mmclassification/mmpretrain/models/necks
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
..
__init__.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
beitv2_neck.py [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00
cae_neck.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
densecl_neck.py [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00
gap.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
gem.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
hr_fuse.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
itpn_neck.py [Feature] Support iTPN and HiViT (#1584) 2023-05-26 12:08:34 +08:00
linear_neck.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
mae_neck.py [Refactor] Use `out_type` to specify ViT-like backbone output. (#1408) 2023-03-09 11:02:58 +08:00
milan_neck.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
mixmim_neck.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
mocov2_neck.py [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00
nonlinear_neck.py [Refactor] Use `out_type` to specify ViT-like backbone output. (#1408) 2023-03-09 11:02:58 +08:00
simmim_neck.py [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00
spark_neck.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
swav_neck.py [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00