mmclassification/tests/test_models/test_backbones
whcao 359f56ad58
[Feature] Add transformer in transformer (#339)
* add tnt_small configs

* add tnt backbone

* test tnt

* add tnt to model_zoo

* rename the config file name

* add optimizor

* move tnt backbone unitest

* add metric

* fix keyname in arch

* encapsulate "inner transformer block" and "outer transformer block"

* fix TnT

* Use `inner_block_cfg` and `outer_block_cfg` instead of `args` and
`kwargs`.

Co-authored-by: mzr1996 <mzr1996@163.com>
2021-07-30 09:16:27 +08:00
..
test_mobilenet_v2.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_mobilenet_v3.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_regnet.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_resnest.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_resnet.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_resnet_cifar.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_resnext.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_seresnet.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_seresnext.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_shufflenet_v1.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_shufflenet_v2.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_swin_transformer.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_tnt.py [Feature] Add transformer in transformer (#339) 2021-07-30 09:16:27 +08:00
test_vgg.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00
test_vision_transformer.py [Refactor] Refactor unittest (#321) 2021-07-08 22:49:05 +08:00