7 lines
166 B
Python
7 lines
166 B
Python
|
_base_ = ['./regnetx-400mf_8xb128_in1k.py']
|
||
|
|
||
|
# model settings
|
||
|
model = dict(
|
||
|
backbone=dict(type='RegNet', arch='regnetx_800mf'),
|
||
|
head=dict(in_channels=672, ))
|