mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Fix lint (#2159)
This commit is contained in:
parent
963b8edc32
commit
abb0932966
@ -48,9 +48,8 @@ class FCNHead(BaseDecodeHead):
|
||||
dilation=dilation,
|
||||
conv_cfg=self.conv_cfg,
|
||||
norm_cfg=self.norm_cfg,
|
||||
act_cfg=self.act_cfg
|
||||
))
|
||||
|
||||
act_cfg=self.act_cfg))
|
||||
|
||||
if len(convs) == 0:
|
||||
self.convs = nn.Identity()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user