aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/rmsprop_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Allow adadelta, adagrad, adam, rmsprop, and gradient_descent optimizers take ...Gravatar A. Unique TensorFlower2018-06-11
* 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
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix a bug in the CUDA implementation of centered RMSProp. Reordered the sum (...Gravatar A. Unique TensorFlower2016-10-11
* Add option 'centered' to RMSPropOptimizer. When set to False, gradients are n...Gravatar A. Unique TensorFlower2016-10-06
* Improved the formatting of the codeGravatar Benoit Steiner2016-08-22
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* 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
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* 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