zach
initial commit based on github repo
3ef1661
raw
history blame contribute delete
172 Bytes
model = dict(
backbone=dict(
type='vit_large',
prefix='backbones.',
out_channels=[1024, 1024, 1024, 1024],
drop_path_rate = 0.0),
)