未验证 提交 60a5eb68 编写于 作者: W Wilber 提交者: GitHub

update paramattr doc. test=document_fix (#28745)

上级 269470d6
......@@ -56,7 +56,7 @@ class ParamAttr(object):
no regularization.
trainable (bool): Whether this parameter is trainable. Default True.
do_model_average (bool): Whether this parameter should do model average
when model average is enabled. Default False.
when model average is enabled. Only used in ExponentialMovingAverage. Default True.
need_clip (bool): Whether the parameter gradient need to be cliped in optimizer. Default is True.
Examples:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册