未验证 提交 b53d290d 编写于 作者: W wangxinxin08 提交者: GitHub

Remove unnecessary parameters in IouLoss (#1254)

* fix deadlink in docs/tutorials/INSTALL_cn.md, slim/README.md and slim/extensions/distill_pruned_model/README.md
上级 3268ed1f
......@@ -235,4 +235,5 @@ class IouLoss(object):
dtype=numpy_array.dtype,
default_initializer=NumpyArrayInitializer(numpy_array))
paddle_array.stop_gradient = True
paddle_array.persistable = False
return paddle_array
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册