Spaces:
Runtime error
Runtime error
File size: 276 Bytes
412c852 |
1 2 3 4 5 6 7 8 9 10 |
_base_ = '../deeplabv3/deeplabv3_r101-d8_4xb2-80k_cityscapes-512x1024.py'
model = dict(
pretrained='open-mmlab://resnest101',
backbone=dict(
type='ResNeSt',
stem_channels=128,
radix=2,
reduction_factor=4,
avg_down_stride=True))
|