7 lines
217 B
Python
7 lines
217 B
Python
|
_base_ = [
|
||
|
'../_base_/models/efficientformer-l1.py',
|
||
|
'../_base_/datasets/imagenet_bs128_poolformer_small_224.py',
|
||
|
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
|
||
|
'../_base_/default_runtime.py',
|
||
|
]
|