mmclassification/tools/convert_models
takuoko df6edd7f5a
[Feature] Support VAN. (#739)
* add van

* fix config

* add metafile

* add test

* model convert script

* fix review

* fix lint

* fix the configs and improve docs

* rm debug lines

* add VAN into api

Co-authored-by: Yu Zhaohui <1105212286@qq.com>
2022-04-28 09:35:17 +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
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