final commit

pull/58/head
johnzja 2020-08-14 13:20:38 +08:00
parent a9ac0d8188
commit e7458e5e8e
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class FastSCNN(nn.Module):
global_in_channels,
global_block_channels,
global_out_channels,
downsample_factors=self.global_block_strides,
strides=self.global_block_strides,
conv_cfg=self.conv_cfg,
norm_cfg=self.norm_cfg,
act_cfg=self.act_cfg,