Internal Cleanup.
PiperOrigin-RevId: 238342465
This commit is contained in:
parent
1cf7e422a7
commit
825f04f9f2
@ -37,8 +37,6 @@ class Adam(optimizer_v2.OptimizerV2):
|
|||||||
requirement, invariant to diagonal rescaling of gradients, and is well suited
|
requirement, invariant to diagonal rescaling of gradients, and is well suited
|
||||||
for problems that are large in terms of data/parameters'.
|
for problems that are large in terms of data/parameters'.
|
||||||
|
|
||||||
Note, amsgrad is currently not supported and the argument can only be False.
|
|
||||||
|
|
||||||
# References
|
# References
|
||||||
See [Kingma et al., 2014](http://arxiv.org/abs/1412.6980)
|
See [Kingma et al., 2014](http://arxiv.org/abs/1412.6980)
|
||||||
([pdf](http://arxiv.org/pdf/1412.6980.pdf)).
|
([pdf](http://arxiv.org/pdf/1412.6980.pdf)).
|
||||||
|
Loading…
Reference in New Issue
Block a user