mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
7 lines
239 B
Python
7 lines
239 B
Python
|
_base_ = './upernet_vit-b16_mln_512x512_160k_ade20k.py'
|
||
|
|
||
|
model = dict(
|
||
|
pretrained='https://dl.fbaipublicfiles.com/deit/deit_base_patch16_224-b5f2ef4d.pth', # noqa
|
||
|
backbone=dict(drop_path_rate=0.1),
|
||
|
neck=None) # yapf: disable
|