提交 f245b221 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!2866 modify the loss scale annotation

Merge pull request !2866 from lilei/modify_loss_scale_annotation
......@@ -71,7 +71,7 @@ class ProximalAdagrad(Optimizer):
l1 (float): l1 regularization strength, must be greater than or equal to zero. Default: 0.0.
l2 (float): l2 regularization strength, must be greater than or equal to zero. Default: 0.0.
use_locking (bool): If True use locks for update operation. Default: False.
loss_scale (float): Value for the loss scale. It should be equal to or greater than 1.0. Default: 1.0.
loss_scale (float): Value for the loss scale. It should be greater than 0.0. Default: 1.0.
wegith_decay (float): Weight decay value to multiply weight, must be zero or positive value. Default: 0.0.
Inputs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册