7 lines
213 B
Python
7 lines
213 B
Python
|
_base_ = [
|
||
|
'../_base_/models/swin_transformer_v2/base_256.py',
|
||
|
'../_base_/datasets/imagenet_bs64_swin_256.py',
|
||
|
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
|
||
|
'../_base_/default_runtime.py'
|
||
|
]
|