7 lines
205 B
Python
7 lines
205 B
Python
|
_base_ = './deeplabv3plus_r50-d8_512x512_80k_loveda.py'
|
||
|
model = dict(
|
||
|
backbone=dict(
|
||
|
depth=101,
|
||
|
init_cfg=dict(
|
||
|
type='Pretrained', checkpoint='open-mmlab://resnet101_v1c')))
|