[4e96d3]: / configs / gcnet / gcnet_r101-d8_512x512_80k_ade20k.py

Download this file

3 lines (2 with data), 128 Bytes

1
2
_base_ = './gcnet_r50-d8_512x512_80k_ade20k.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))