mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 05:09:09 +08:00
* add davit * fix mixup config * convert scripts * lint * test * test * Add checkpoint links. Co-authored-by: mzr1996 <mzr1996@163.com>
10 lines
260 B
Python
10 lines
260 B
Python
_base_ = [
|
|
'../_base_/models/davit/davit-tiny.py',
|
|
'../_base_/datasets/imagenet_bs256_davit_224.py',
|
|
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
|
|
'../_base_/default_runtime.py'
|
|
]
|
|
|
|
# data settings
|
|
train_dataloader = dict(batch_size=256)
|