mmclassification/mmcls/models/heads
Ezra-Yu aaf127c5e1
[Feature] Add efficientformer Backbone for MMCls 1.x. (#1031)
* rebase

* update filename

* update URL

* update UT

* fix lint

* update head

* add efficientformer

* update filename

* update UT

* fix lint

* update configs

* rebase

* fix unit tests

* Fix comments and docs.

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-20 14:56:45 +08:00
..
__init__.py [Feature] Add efficientformer Backbone for MMCls 1.x. (#1031) 2022-09-20 14:56:45 +08:00
base_head.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
cls_head.py [CI] Add Circle CI for mmcls 1.x. (#970) 2022-08-22 15:02:08 +08:00
conformer_head.py [CI] Add Circle CI for mmcls 1.x. (#970) 2022-08-22 15:02:08 +08:00
deit_head.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
efficientformer_head.py [Feature] Add efficientformer Backbone for MMCls 1.x. (#1031) 2022-09-20 14:56:45 +08:00
linear_head.py [Feature] Add efficientformer Backbone for MMCls 1.x. (#1031) 2022-09-20 14:56:45 +08:00
multi_label_cls_head.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
multi_label_linear_head.py
stacked_head.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
vision_transformer_head.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00