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

Download this file

7 lines (5 with data), 186 Bytes

1
2
3
4
5
6
_base_ = './upernet_vit-b16_mln_512x512_80k_ade20k.py'
model = dict(
pretrained='pretrain/deit_base_patch16_224-b5f2ef4d.pth',
backbone=dict(drop_path_rate=0.1),
neck=None)