aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/adagrad.py
Commit message (Expand)AuthorAge
* Update broken link to intro on ADAGRADGravatar Jenny Sahng2018-09-17
* Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-17
* Automated rollback of commit 0c98648e9a8722344bf8445ae46b1dff507b4859Gravatar A. Unique TensorFlower2018-08-14
* Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-14
* Allow adadelta, adagrad, adam, rmsprop, and gradient_descent optimizers take ...Gravatar A. Unique TensorFlower2018-06-11
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* [Adagrad optimizer] Add support for dynamic shape variableGravatar James Qin2017-09-28
* Add a function to create training variable slots from an initializer. Use it ...Gravatar Peter Hawkins2017-03-15
* Remove @@__init__ from docstrings.Gravatar Andrew Selle2017-02-13
* Backprop through resource handles.Gravatar Alexandre Passos2017-02-13
* Next to the AdaGrad paper, cite an introduction by two of the algorithm'sGravatar A. Unique TensorFlower2017-02-03
* Enables sparse optimizers for resource variables.Gravatar A. Unique TensorFlower2017-01-31
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* 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, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Colocate the constant initializer of the adagrad accumulator with the variableGravatar A. Unique TensorFlower2016-01-29
* 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 gitGravatar Manjunath Kudlur2015-11-25
* 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