Skip to content

Commit

Permalink
Adapted to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tink2123 committed Jun 14, 2020
1 parent 25189dc commit 87cb15a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppocr/modeling/heads/det_db_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def _get_bias_attr(self, l2_decay, k, name, gradient_clip=None):
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
Expand Down

0 comments on commit 87cb15a

Please sign in to comment.