Adding changes of #37188 in this PR
This commit is contained in:
parent
b928c10952
commit
5c5acccc90
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user