ai-photo-gallery / configs /rtmdet /classification /cspnext-l_8xb256-rsb-a1-600e_in1k.py
KyanChen's picture
init
f549064
raw
history blame
150 Bytes
_base_ = './cspnext-s_8xb256-rsb-a1-600e_in1k.py'
model = dict(
backbone=dict(deepen_factor=1, widen_factor=1),
head=dict(in_channels=1024))