mmclassification/mmpretrain/models/utils
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
..
batch_augments Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
__init__.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
attention.py [Feature] Support dinov2 backbone (#1522) 2023-05-05 16:59:37 +08:00
batch_shuffle.py [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
box_utils.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
channel_shuffle.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
clip_generator_helper.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
data_preprocessor.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
ema.py [Refactor] Add selfsup algorithms. (#1389) 2023-03-06 16:53:15 +08:00
embed.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
helpers.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
huggingface.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
inverted_residual.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
layer_scale.py [Feature] Support dinov2 backbone (#1522) 2023-05-05 16:59:37 +08:00
make_divisible.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
norm.py [Docs] Update user guides docs and tools for MMPretrain. (#1429) 2023-03-27 14:32:26 +08:00
position_encoding.py [Feature] add eva02 backbone (#1450) 2023-05-06 19:28:31 +08:00
res_layer_extra_norm.py [Docs] Update user guides docs and tools for MMPretrain. (#1429) 2023-03-27 14:32:26 +08:00
se_layer.py Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
sparse_modules.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
swiglu_ffn.py [Feature] Support dinov2 backbone (#1522) 2023-05-05 16:59:37 +08:00
tokenizer.py [Feature] Support Chinese CLIP. (#1576) 2023-05-22 15:46:13 +08:00
vector_quantizer.py [Refactor] Add self-supervised backbones and target generators. (#1379) 2023-02-28 15:59:17 +08:00