mmclassification/tests/test_models/test_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
..
test_attention.py [Enhance] Support dynamic input shape for ViT-based algorithms. (#706) 2022-03-03 13:10:12 +08:00
test_augment.py [Feature] Support resizemix. (#676) 2022-03-07 12:11:20 +08:00
test_embed.py [Feature] Support Swin Transform V2. (#799) 2022-08-03 17:33:08 +08:00
test_inverted_residual.py
test_layer_scale.py [Feature] Support HorNet Backbone. (#1013) 2022-09-27 10:37:49 +08:00
test_misc.py
test_position_encoding.py
test_se.py [Enhance] Upgrade isort pre-commit hooks. (#687) 2022-02-17 02:17:20 +08:00