aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/adam.py
Commit message (Expand)AuthorAge
* Fix sqrt in lr formula.Gravatar Seb Bro2018-08-11
* Fix latex text (docs).Gravatar Seb Bro2018-08-11
* Fix AdamOptimizer usage in a defunGravatar Allen Lavoie2018-07-19
* Allow adadelta, adagrad, adam, rmsprop, and gradient_descent optimizers take ...Gravatar A. Unique TensorFlower2018-06-11
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Make an API for non-slot variables. This new API is safer than theGravatar A. Unique TensorFlower2018-01-23
* Add a way to get a list of variables from an optimizer.Gravatar Allen Lavoie2017-11-01
* Fix Adam in Eager mode and test adam/momentumGravatar A. Unique TensorFlower2017-08-28
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Make sure that Adam colocates ops with a consistent variable across workers.Gravatar Martin Wicke2017-06-05
* Uses variable_scope.variable in AdamGravatar Alexandre Passos2017-04-17
* Automated rollback of change 153220046Gravatar Yuefeng Zhou2017-04-16
* Use get_variable instead in adam optimizer.Gravatar Yuefeng Zhou2017-04-14
* Documentation fix for Adam's "epsilon" parameter.Gravatar A. Unique TensorFlower2017-04-12
* Reverting unintentional locking change in adam sparse.Gravatar Alexandre Passos2017-04-10
* Sparse adam for resource variables.Gravatar Alexandre Passos2017-04-07
* Update AdamOptimizer's documentation to reflect its behaviorGravatar A. Unique TensorFlower2017-03-17
* Remove @@__init__ from docstrings.Gravatar Andrew Selle2017-02-13
* Backprop through resource handles.Gravatar Alexandre Passos2017-02-13
* Cosmetic fixes.Gravatar Martin Wicke2017-01-30
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* AdamOptimizer works when the same object is used on multiple graphs.Gravatar A. Unique TensorFlower2016-09-14
* Merge changes from github.Gravatar Vijay Vasudevan2016-06-11
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Enable fp16 support for all optimizers, and also add unit tests for all thatGravatar A. Unique TensorFlower2016-04-20
* TensorFlow: add "colocate_with" feature that uses _class attribute.Gravatar Vijay Vasudevan2016-03-01
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* some linting fixes to changes brought in from the public.Gravatar Vijay Vasudevan2016-01-07
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06