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

!57 fix issue

Merge pull request !57 from zheng-huanhuan/master
...@@ -225,6 +225,8 @@ class NoiseAdaGaussianRandom(NoiseGaussianRandom): ...@@ -225,6 +225,8 @@ class NoiseAdaGaussianRandom(NoiseGaussianRandom):
""" """
Adaptive Gaussian noise generated mechanism. Noise would be decayed with Adaptive Gaussian noise generated mechanism. Noise would be decayed with
training. Decay mode could be 'Time' mode, 'Step' mode, 'Exp' mode. training. Decay mode could be 'Time' mode, 'Step' mode, 'Exp' mode.
`self._noise_multiplier` will be update during the model.train, using
_MechanismsParamsUpdater.
Args: Args:
norm_bound(float): Clipping bound for the l2 norm of the gradients. norm_bound(float): Clipping bound for the l2 norm of the gradients.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册