Skip to content

Commit 2676027

Browse files
authored
first commit (open-mmlab#946)
1 parent c403177 commit 2676027

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

configs/bisenetv1/bisenetv1_r50-d32_4x4_1024x1024_160k_cityscapes.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
context_channels=(512, 1024, 2048),
1212
spatial_channels=(256, 256, 256, 512),
1313
out_channels=1024,
14-
backbone_cfg=dict(
15-
init_cfg=dict(
16-
type='Pretrained', checkpoint='open-mmlab://resnet50_v1c'),
17-
type='ResNet',
18-
depth=50)),
14+
backbone_cfg=dict(type='ResNet', depth=50)),
1915
decode_head=dict(
2016
type='FCNHead', in_channels=1024, in_index=0, channels=1024),
2117
auxiliary_head=[

0 commit comments

Comments
 (0)