mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add eva * add eva * add eva * sklearn -> scikit-learn * add large * Update model names and links. * Fix resize pos embed error when loading fp16 weight. * Remove verbose configs. Co-authored-by: mzr1996 <mzr1996@163.com>
10 lines
253 B
Python
10 lines
253 B
Python
_base_ = [
|
|
'../_base_/models/eva/eva-l.py',
|
|
'../_base_/datasets/imagenet_bs16_eva_336.py',
|
|
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
|
|
'../_base_/default_runtime.py'
|
|
]
|
|
|
|
# model settings
|
|
model = dict(backbone=dict(img_size=336))
|