mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Feature] implement rev-vit network * can reproduce the RevViT-Small accuracy 79.9 * update * [Feature] update revvit * [Feature] update revvit readme * Update links Co-authored-by: mzr1996 <mzr1996@163.com>
7 lines
208 B
Python
7 lines
208 B
Python
_base_ = [
|
|
'../_base_/models/revvit/revvit-base.py',
|
|
'../_base_/datasets/imagenet_bs128_revvit_224.py',
|
|
'../_base_/schedules/imagenet_bs1024_adamw_revvit.py',
|
|
'../_base_/default_runtime.py'
|
|
]
|