Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
293e85bc
"ppocr/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "4b214948224a3b2c98681b151e58d69fe6787317"
Commit
293e85bc
authored
Apr 26, 2022
by
LDOUBLEV
Browse files
fix export
parent
10c5773b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ppocr/modeling/necks/db_fpn.py
ppocr/modeling/necks/db_fpn.py
+2
-2
No files found.
ppocr/modeling/necks/db_fpn.py
View file @
293e85bc
...
@@ -144,8 +144,8 @@ class CAFPN(nn.Layer):
...
@@ -144,8 +144,8 @@ class CAFPN(nn.Layer):
def
__init__
(
self
,
in_channels
,
out_channels
,
shortcut
=
True
,
**
kwargs
):
def
__init__
(
self
,
in_channels
,
out_channels
,
shortcut
=
True
,
**
kwargs
):
super
(
CAFPN
,
self
).
__init__
()
super
(
CAFPN
,
self
).
__init__
()
self
.
out_channels
=
out_channels
self
.
out_channels
=
out_channels
self
.
ins_conv
=
[]
self
.
ins_conv
=
nn
.
LayerList
()
self
.
inp_conv
=
[]
self
.
inp_conv
=
nn
.
LayerList
()
for
i
in
range
(
len
(
in_channels
)):
for
i
in
range
(
len
(
in_channels
)):
self
.
ins_conv
.
append
(
self
.
ins_conv
.
append
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment