mmclassification/tests/test_models
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
..
test_backbones [Feature] Implement the conformer backbone. (#494) 2021-12-07 14:00:17 +08:00
test_utils [Enhance] Enhence SE layer to support custom squeeze channels. (#417) 2021-08-20 13:31:44 +08:00
test_classifiers.py [Fix] Fix a bug when using iter-based runner with 'val' workflow (#542) 2021-11-22 12:06:47 +08:00
test_heads.py [Refactor] Support passing arguments to loss from head. (#523) 2021-11-10 17:12:34 +08:00
test_neck.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00