Spaces:
Runtime error
Runtime error
File size: 273 Bytes
412c852 |
1 2 3 4 5 6 7 8 9 10 |
_base_ = './fcn_r50-d8_4xb2-80k_cityscapes-769x769.py'
model = dict(
pretrained='open-mmlab://resnet18_v1c',
backbone=dict(depth=18),
decode_head=dict(
in_channels=512,
channels=128,
),
auxiliary_head=dict(in_channels=256, channels=64))
|