mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
9 lines
250 B
Python
9 lines
250 B
Python
_base_ = [
|
|
'../_base_/models/conformer/small-p32.py',
|
|
'../_base_/datasets/imagenet_bs64_swin_224.py',
|
|
'../_base_/schedules/imagenet_bs1024_adamw_conformer.py',
|
|
'../_base_/default_runtime.py'
|
|
]
|
|
|
|
train_dataloader = dict(batch_size=128)
|