mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
4 lines
119 B
Python
4 lines
119 B
Python
_base_ = './repvgg-A0_4xb64-coslr-120e_in1k.py'
|
|
|
|
model = dict(backbone=dict(arch='B1g4'), head=dict(in_channels=2048))
|