mmclassification/tests
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
..
data
test_data [Feature] Support Stanford Cars dataset. (#893) 2022-08-16 11:14:17 +08:00
test_downstream [Enhance] Support dynamic input shape for ViT-based algorithms. (#706) 2022-03-03 13:10:12 +08:00
test_metrics [Enhance] Use PyTorch official `one_hot` to implement `convert_to_one_hot`. (#696) 2022-02-28 10:20:31 +08:00
test_models [Feature] Support HorNet Backbone. (#1013) 2022-09-27 10:37:49 +08:00
test_runtime [Imporve] Using `train_step` instead of `forward` in PreciseBNHook (#964) 2022-08-11 15:02:25 +08:00
test_utils [Feature] Support MPS device. (#894) 2022-07-28 12:28:51 +08:00