mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* 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>
4 lines
115 B
Python
4 lines
115 B
Python
_base_ = './efficientformer-l1_8xb128_in1k.py'
|
|
|
|
model = dict(backbone=dict(arch='l7'), head=dict(in_channels=768))
|