mmclassification/mmcls/models/utils
Ma Zerun 060b0ed3b5
[Feature] Support ConvNeXt-V2 backbone. (#1294)
* [Feature] Support ConvNeXt-V2.

* Use registry of mmcls instead of mmengine.

* Add README.

* Add unit tests and docs.
2023-01-06 16:13:41 +08:00
..
batch_augments [Improve] Speed up data preprocessor. (#1064) 2022-10-17 17:08:18 +08:00
__init__.py [Feature] Support ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +08:00
attention.py [Feature] Add TinyViT for dev-1.x. (#1042) 2022-12-20 13:04:00 +08:00
channel_shuffle.py
data_preprocessor.py [Feature] Support Multi-task. (#1229) 2022-12-30 10:36:00 +08:00
embed.py [Feature] Support EVA. (#1239) 2022-12-14 13:21:33 +08:00
helpers.py
inverted_residual.py
layer_scale.py
make_divisible.py
norm.py [Feature] Support ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +08:00
position_encoding.py
se_layer.py