mmpretrain/tools/convert_models
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
..
efficientnet_to_mmcls.py [Enhance] Add a new pre-commit-hook to automatically add a copyright. (#710) 2022-02-25 11:48:07 +08:00
hornet2mmcls.py [Feature] Support HorNet Backbone. (#1013) 2022-09-27 10:37:49 +08:00
mlpmixer_to_mmcls.py [Enhance] Return code 1 if scripts runs failed. (#694) 2022-03-03 10:54:16 +08:00
mobilenetv2_to_mmcls.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
publish_model.py [Fix] Fix `publish_model` bug if no parent of `out_file`. (#463) 2021-09-26 11:21:19 +08:00
reparameterize_model.py [Feature] ADD RepMLP Backbone and checkpoints. (#709) 2022-03-30 20:40:25 +08:00
reparameterize_repvgg.py [Feature] ADD RepMLP Backbone and checkpoints. (#709) 2022-03-30 20:40:25 +08:00
repvgg_to_mmcls.py [Enhance] Return code 1 if scripts runs failed. (#694) 2022-03-03 10:54:16 +08:00
shufflenetv2_to_mmcls.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
torchvision_to_mmcls.py [Feature] Support Wide-ResNet. (#715) 2022-03-04 14:06:34 +08:00
twins2mmcls.py [Feature] Add Twins backbone and convert checkpoints. (#642) 2022-01-27 10:25:05 +08:00
van2mmcls.py [Feature] Support VAN. (#739) 2022-04-28 09:35:17 +08:00
vgg_to_mmcls.py [Enhance] Use `--a-b` instead of `--a_b` in arguments. (#754) 2022-03-30 19:16:28 +08:00