mmpretrain/mmcls/models/utils
takuoko 1047daa28e
[Feature] Support HorNet Backbone. (#1013)
* add hornet

* add hornet

* add hornet

* add hornet

* add hornet

* add hornet

* add hornet

* fix test for torch before 1.7.0

* del timm

* fix readme

* fix readme

* Update mmcls/models/backbones/hornet.py

Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>

* fix docs

* fix docs

* s -> scale

* fix dims and dpr impl

* fix layer scale

* refactor gnconv

* add dw_cfg

* add convert tools

* update code

* update docs

* update readme

* update URLs

Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
2022-09-27 10:37:49 +08:00
..
augment [Docs] Refine API reference. (#774) 2022-04-15 20:19:20 +08:00
__init__.py [Feature] Support HorNet Backbone. (#1013) 2022-09-27 10:37:49 +08:00
attention.py [Fix] Fix attenstion clamp max params (#1034) 2022-09-26 14:12:51 +08:00
channel_shuffle.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
embed.py [Feature] Support Swin Transform V2. (#799) 2022-08-03 17:33:08 +08:00
helpers.py [Docs] Refine API reference. (#774) 2022-04-15 20:19:20 +08:00
inverted_residual.py [Feature] Support EfficientNet (#649) 2022-01-25 12:14:17 +08:00
layer_scale.py [Feature] Support HorNet Backbone. (#1013) 2022-09-27 10:37:49 +08:00
make_divisible.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
position_encoding.py [Enhance] Improve CPE performance by reduce memory copy. (#762) 2022-04-02 11:12:20 +08:00
se_layer.py [Feature] ADD RepMLP Backbone and checkpoints. (#709) 2022-03-30 20:40:25 +08:00