mmclassification/tests/test_models/test_backbones
Ma Zerun 5f7322c211
[Fix] Fix Conformer forward with irregular input size. (#686)
* Auto pad the feature map to be divisible by 4.

* Add unit tests

* Use `trans_down_stride` instead of 4.
2022-02-28 10:17:52 +08:00
..
test_conformer.py [Fix] Fix Conformer forward with irregular input size. (#686) 2022-02-28 10:17:52 +08:00
test_convnext.py [Feature] Support ConvNeXt (#670) 2022-01-28 10:36:45 +08:00
test_deit.py [Feature] Add DeiT backbone and checkpoints. (#576) 2021-12-15 22:44:57 +08:00
test_efficientnet.py [Enhance] Upgrade isort pre-commit hooks. (#687) 2022-02-17 02:17:20 +08:00
test_hrnet.py [Feature] Support HRNet and add pre-trained models (#660) 2022-01-28 10:54:14 +08:00
test_mlp_mixer.py [Feature] Add MLP Mixer Backbone. (#528) 2021-11-15 18:25:22 +08:00
test_mobilenet_v2.py
test_mobilenet_v3.py
test_regnet.py
test_repvgg.py [Enhance] Upgrade isort pre-commit hooks. (#687) 2022-02-17 02:17:20 +08:00
test_res2net.py
test_resnest.py
test_resnet.py [Feature] Add ResNetV1c. (#692) 2022-02-23 11:36:33 +08:00
test_resnet_cifar.py
test_resnext.py
test_seresnet.py
test_seresnext.py
test_shufflenet_v1.py
test_shufflenet_v2.py
test_swin_transformer.py [Feature] Add the frozen function for Swin Transformer model. (#574) 2021-12-07 11:58:14 +08:00
test_t2t_vit.py
test_timm_backbone.py [Feature] Support features_only in TIMMBackbone (#668) 2022-01-25 11:22:23 +08:00
test_tnt.py
test_twins.py [Feature] Add Twins backbone and convert checkpoints. (#642) 2022-01-27 10:25:05 +08:00
test_vgg.py
test_vision_transformer.py