mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
7 lines
186 B
Python
7 lines
186 B
Python
|
_base_ = [
|
||
|
'../_base_/models/vig/vig_base.py',
|
||
|
'../_base_/datasets/imagenet_bs128_vig_224.py',
|
||
|
'../_base_/schedules/imagenet_bs256.py',
|
||
|
'../_base_/default_runtime.py',
|
||
|
]
|