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
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
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
make_divisible.py
norm.py
position_encoding.py
res_layer_extra_norm.py
se_layer.py
sparse_modules.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
swiglu_ffn.py
tokenizer.py [Feature] Support Chinese CLIP. (#1576) 2023-05-22 15:46:13 +08:00
vector_quantizer.py