mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
5 lines
131 B
Python
5 lines
131 B
Python
_base_ = ['twins-svt-base_8xb128_in1k.py']
|
|
|
|
# model settings
|
|
model = dict(backbone=dict(arch='small'), head=dict(in_channels=512))
|