mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-11-03 11:19:20 +00:00
fix rename
This commit is contained in:
parent
5f2ecb855e
commit
d341e182e1
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user