mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-02 22:55:24 +08:00
* rename ann configs * update ann yml * update * update * update * update * update * update ann readme * update * update deeplabv3 * update readme * fix yml * fix beit
7 lines
183 B
Python
7 lines
183 B
Python
_base_ = './vit_vit-b16_mln_upernet_8xb2-160k_ade20k-512x512.py'
|
|
|
|
model = dict(
|
|
pretrained='pretrain/deit_base_patch16_224-b5f2ef4d.pth',
|
|
backbone=dict(drop_path_rate=0.1),
|
|
)
|