mmpretrain/model-index.yml
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

35 lines
1.1 KiB
YAML

Import:
- configs/mobilenet_v2/metafile.yml
- configs/resnet/metafile.yml
- configs/res2net/metafile.yml
- configs/resnext/metafile.yml
- configs/seresnet/metafile.yml
- configs/shufflenet_v1/metafile.yml
- configs/shufflenet_v2/metafile.yml
- configs/swin_transformer/metafile.yml
- configs/swin_transformer_v2/metafile.yml
- configs/vgg/metafile.yml
- configs/repvgg/metafile.yml
- configs/tnt/metafile.yml
- configs/vision_transformer/metafile.yml
- configs/t2t_vit/metafile.yml
- configs/mlp_mixer/metafile.yml
- configs/conformer/metafile.yml
- configs/regnet/metafile.yml
- configs/deit/metafile.yml
- configs/twins/metafile.yml
- configs/efficientnet/metafile.yml
- configs/convnext/metafile.yml
- configs/hrnet/metafile.yml
- configs/repmlp/metafile.yml
- configs/wrn/metafile.yml
- configs/van/metafile.yml
- configs/cspnet/metafile.yml
- configs/convmixer/metafile.yml
- configs/densenet/metafile.yml
- configs/poolformer/metafile.yml
- configs/csra/metafile.yml
- configs/mvit/metafile.yml
- configs/efficientformer/metafile.yml
- configs/hornet/metafile.yml