mmpretrain/configs
Zhiliang Peng 18f6bb0b10
[Feature] Implement the conformer backbone. (#494)
* implement the conformer

* format code style

* format code style

* reuse the TransformerEncoderLayer in the vision_transformer.py

* Modify variable name

* delete unused params

* Remove warning info in Conformer head since it already exists in
Conformer.

* Rename some variables

* Add unit tests

* Use `getattr` instead of `get_submodule`.

* Remove some useless layers

* Refactor conformer and add configs

* Update configs and add metafile.

* Fix unit tests

* Update README

Co-authored-by: mzr1996 <mzr1996@163.com>
2021-12-07 14:00:17 +08:00
..
_base_ [Feature] Implement the conformer backbone. (#494) 2021-12-07 14:00:17 +08:00
conformer [Feature] Implement the conformer backbone. (#494) 2021-12-07 14:00:17 +08:00
fp16 [Improvement] Rename config files according to the config name standard. (#508) 2021-11-19 14:20:35 +08:00
lenet [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
mlp_mixer [Enhance] Add metafile, readme and converted models for MLP-Mixer (#539) 2021-11-24 19:04:19 +08:00
mobilenet_v2 [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
mobilenet_v3 [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
regnet [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
repvgg [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
res2net [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
resnest [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
resnet [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
resnext [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
seresnet [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
shufflenet_v1 [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
shufflenet_v2 [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
swin_transformer [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
t2t_vit [Feature] Implement the conformer backbone. (#494) 2021-12-07 14:00:17 +08:00
tnt [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
vgg [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00
vision_transformer [Docs] Add abstract and image for every paper. (#546) 2021-11-24 17:23:37 +08:00