mmclassification/configs/efficientformer/efficientformer-l7_8xb128_in1k.py
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

4 lines
115 B
Python

_base_ = './efficientformer-l1_8xb128_in1k.py'
model = dict(backbone=dict(arch='l7'), head=dict(in_channels=768))