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,8 +48,7 @@ class FCNHead(BaseDecodeHead):
|
|||||||
dilation=dilation,
|
dilation=dilation,
|
||||||
conv_cfg=self.conv_cfg,
|
conv_cfg=self.conv_cfg,
|
||||||
norm_cfg=self.norm_cfg,
|
norm_cfg=self.norm_cfg,
|
||||||
act_cfg=self.act_cfg
|
act_cfg=self.act_cfg))
|
||||||
))
|
|
||||||
|
|
||||||
if len(convs) == 0:
|
if len(convs) == 0:
|
||||||
self.convs = nn.Identity()
|
self.convs = nn.Identity()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user