update paramattr doc. test=document_fix (#28745)

musl/fix_failed_unittests_in_musl
Wilber 4 years ago committed by GitHub
parent 269470d62e
commit 60a5eb68a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save