aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/adam_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* 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
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Fix a bug which caused slot variables to be shared when executing eagerlyGravatar Allen Lavoie2018-03-15
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Make an API for non-slot variables. This new API is safer than theGravatar A. Unique TensorFlower2018-01-23
* Fix for variable naming when executing eagerlyGravatar Allen Lavoie2017-12-11
* Add a way to get a list of variables from an optimizer.Gravatar Allen Lavoie2017-11-01
* Automated g4 rollback of changelist 172336111Gravatar Allen Lavoie2017-10-18
* Automated g4 rollback of changelist 172039259Gravatar Allen Lavoie2017-10-16
* TFE: Adds a destructor to ResourceVariables in Python that destroys the under...Gravatar Ali Yahya2017-10-12
* Fix Adam in Eager mode and test adam/momentumGravatar A. Unique TensorFlower2017-08-28
* Sparse adam for resource variables.Gravatar Alexandre Passos2017-04-07
* Fix GPU device placement for sparse gradients with int64 indices.Gravatar A. Unique TensorFlower2017-02-21
* Fix for op placements when deduplicating sparse gradients.Gravatar A. Unique TensorFlower2017-02-02
* Fix the handling of IndexedSlices with repeated sparse indices in optimizersGravatar A. Unique TensorFlower2017-01-30
* 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
* AdamOptimizer works when the same object is used on multiple graphs.Gravatar A. Unique TensorFlower2016-09-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-26
* 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: 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