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
__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
box_utils.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
channel_shuffle.py
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
helpers.py
huggingface.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
inverted_residual.py
layer_scale.py [Feature] Support dinov2 backbone (#1522) 2023-05-05 16:59:37 +08:00
make_divisible.py
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
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