snnetv2-semantic-segmentation / configs /fcn /fcn-d6_r101b-d16_4xb2-80k_cityscapes-769x769.py
HubHop
update
412c852
raw
history blame contribute delete
161 Bytes
_base_ = './fcn-d6_r50b-d16_4xb2-80k_cityscapes-769x769.py'
model = dict(
pretrained='torchvision://resnet101',
backbone=dict(type='ResNet', depth=101))