Internal Cleanup.

PiperOrigin-RevId: 238342465
This commit is contained in:
Zhenyu Tan 2019-03-13 17:10:34 -07:00 committed by TensorFlower Gardener
parent 1cf7e422a7
commit 825f04f9f2

View File

@ -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)).