Adding changes of #37188 in this PR

This commit is contained in:
Ashutosh Hathidara 2020-03-05 18:21:17 +05:30
parent b928c10952
commit 5c5acccc90

View File

@ -78,7 +78,7 @@ class Nadam(optimizer_v2.OptimizerV2):
rate for the exponentially weighted infinity norm.
epsilon: A small constant for numerical stability.
name: Optional name for the operations created when applying gradients.
Defaults to "Adamax".
Defaults to "Nadam".
**kwargs: keyword arguments. Allowed to be {`clipnorm`, `clipvalue`, `lr`,
`decay`}. `clipnorm` is clip gradients by norm; `clipvalue` is clip
gradients by value, `decay` is included for backward compatibility to