[f1e01c]: / configs / vit / upernet_deit-s16_512x512_160k_ade20k.py

Download this file

9 lines (7 with data), 349 Bytes

1
2
3
4
5
6
7
8
_base_ = './upernet_vit-b16_mln_512x512_160k_ade20k.py'
model = dict(
pretrained='pretrain/deit_small_patch16_224-cd65a155.pth',
backbone=dict(num_heads=6, embed_dims=384, drop_path_rate=0.1),
decode_head=dict(num_classes=150, in_channels=[384, 384, 384, 384]),
neck=None,
auxiliary_head=dict(num_classes=150, in_channels=384))