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
87cb15aa
Commit
87cb15aa
authored
Jun 14, 2020
by
tink2123
Browse files
Adapted to 1.8
parent
25189dcf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
ppocr/modeling/heads/det_db_head.py
ppocr/modeling/heads/det_db_head.py
+0
-1
No files found.
ppocr/modeling/heads/det_db_head.py
View file @
87cb15aa
...
...
@@ -115,7 +115,6 @@ class DBHead(object):
initializer
=
fluid
.
initializer
.
Uniform
(
-
stdv
,
stdv
)
bias_attr
=
fluid
.
ParamAttr
(
regularizer
=
regularizer
,
gradient_clip
=
gradient_clip
,
initializer
=
initializer
,
name
=
name
+
"_b_attr"
)
return
bias_attr
...
...
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