提交 d341e182 编写于 作者: L LDOUBLEV

fix rename

上级 5f2ecb85
...@@ -223,13 +223,13 @@ class RSEFPN(nn.Layer): ...@@ -223,13 +223,13 @@ class RSEFPN(nn.Layer):
for i in range(len(in_channels)): for i in range(len(in_channels)):
self.ins_conv.append( self.ins_conv.append(
CALayer( RSELayer(
in_channels[i], in_channels[i],
out_channels, out_channels,
kernel_size=1, kernel_size=1,
shortcut=shortcut)) shortcut=shortcut))
self.inp_conv.append( self.inp_conv.append(
CALayer( RSELayer(
out_channels, out_channels,
out_channels // 4, out_channels // 4,
kernel_size=3, kernel_size=3,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册