aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/optimizers_test.py
Commit message (Expand)AuthorAge
* Keep only weak references to TensorFlow Optimizer objects in tf.kerasGravatar Allen Lavoie2018-09-25
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-12
* Update initialization of variables in Keras.Gravatar Pavithra Vijay2018-08-21
* Minor fix to allow iterations variable to update in eager modeGravatar Katherine Wu2018-08-21
* Fix bug causing TFOptimizer iterations variable to increment twice when gradi...Gravatar Katherine Wu2018-08-07
* Replace Keras clip by value and clip by norm in Keras Optimizers with native ...Gravatar A. Unique TensorFlower2018-06-28
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17