Spaces:
Runtime error
Runtime error
File size: 145 Bytes
412c852 |
1 2 3 |
_base_ = './deeplabv3plus_r50-d8_4xb2-80k_cityscapes-769x769.py'
model = dict(pretrained='torchvision://resnet50', backbone=dict(type='ResNet'))
|