Spaces:
Runtime error
Runtime error
File size: 133 Bytes
412c852 |
1 2 3 |
_base_ = './fcn_r50-d8_4xb4-40k_voc12aug-512x512.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))
|