aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/optimizer.py
Commit message (Expand)AuthorAge
* Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
* Fix Optimizer "No gradients provided" error messages to report variables inst...Gravatar Allen Lavoie2018-09-26
* Fixed documentation of Optimizer.minimize() for eager mode to match behavior ...Gravatar A. Unique TensorFlower2018-09-14
* Switch to using variable._in_graph_mode instead of context.executing_eagerly(...Gravatar Pavithra Vijay2018-08-22
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Update minimize loss test to use new API run_steps_on_dataset. Update Step AP...Gravatar Priya Gupta2018-08-10
* Automated rollback of commit 568727eed199dba04e37f500265b50f96fed455eGravatar Nick Felt2018-07-24
* Add v2 summary support to Estimator.train() and MonitoredSession hooksGravatar Nick Felt2018-07-24
* [eager]: Correctly handle slot variables inside a defun.Gravatar Asim Shankar2018-07-10
* Small fixes in VariableSynchrinization and VariableAggregation change.Gravatar Pavithra Vijay2018-07-02
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Make regroup work on tower-local variables as well.Gravatar A. Unique TensorFlower2018-06-21
* Allow adadelta, adagrad, adam, rmsprop, and gradient_descent optimizers take ...Gravatar A. Unique TensorFlower2018-06-11
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Checkpointable: Remove overzealous error checking from tf.make_templateGravatar Allen Lavoie2018-05-11
* Rm references to SubmodelPortGravatar A. Unique TensorFlower2018-04-22
* Checkpointable: remove colocation constraints from restore opsGravatar Allen Lavoie2018-04-10
* Cleaning up _distributed_apply now the device policy is unnecessaryGravatar Alexandre Passos2018-04-10
* Add DistributionStrategy support to Optimizer.Gravatar A. Unique TensorFlower2018-03-28
* TFE: Fix bug encountered when using `optimizer.apply_gradients` in a defun.Gravatar Akshay Agrawal2018-03-19
* Fix a bug which caused slot variables to be shared when executing eagerlyGravatar Allen Lavoie2018-03-15
* Remove no-longer-needed work-around for resource variables in Optimizer.Gravatar A. Unique TensorFlower2018-03-08
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Checkpointable: Handle Optimizer non-slot variablesGravatar Allen Lavoie2018-02-28
* Add __str__ method to _RefVariableProcessor.Gravatar A. Unique TensorFlower2018-02-26
* Checkpointable: Don't run ops automatically when graph building.Gravatar Allen Lavoie2018-02-16
* Object-based saving: Switch to "everything is Checkpointable"Gravatar Allen Lavoie2018-02-15
* Changes behavior of optimizer.minimize(loss) when loss is a function.Gravatar Alexandre Passos2018-02-08
* Add a _TensorProcessor for computing gradients but not applying them.Gravatar A. Unique TensorFlower2018-02-08
* Replacing _container_prefix with _graph_key to preserve its use in optimizer ...Gravatar Alexandre Passos2018-02-02
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Improvements to eager linear regression benchmark:Gravatar Alexandre Passos2018-01-26
* Replace instances of `control_dependencies(None)` with `init_scope` whenGravatar Akshay Agrawal2018-01-25
* Make an API for non-slot variables. This new API is safer than theGravatar A. Unique TensorFlower2018-01-23
* Enable bfloat16 use from Python:Gravatar Peter Hawkins2017-12-04
* Fix docstring typo: "GraphKey" -> "GraphKeys".Gravatar A. Unique TensorFlower2017-11-14
* Add a way to get a list of variables from an optimizer.Gravatar Allen Lavoie2017-11-01
* TFE: Add compatibility doc string to Saver and related functionsGravatar Shanqing Cai2017-10-26
* TFE: Adjust formatting of @compatibility(eager)Gravatar Shanqing Cai2017-10-25
* Make Optimizer.minimize work when eager execution is enabled.Gravatar A. Unique TensorFlower2017-10-23
* Fix Adam in Eager mode and test adam/momentumGravatar A. Unique TensorFlower2017-08-28
* Changes to make optimizer.apply_gradients work in eager execution.Gravatar Alexandre Passos2017-08-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Add `constraint` argument (post-update projection function) to all variable c...Gravatar Francois Chollet2017-08-04
* Make ResourceVariable inherit from Variable.Gravatar Alexandre Passos2017-05-18
* Internal change.Gravatar Yuan Yu2017-04-25
* Add a function to create training variable slots from an initializer. Use it ...Gravatar Peter Hawkins2017-03-15
* Make var_list to accept both list and tuple. Fixed the doc.Gravatar Yuan Yu2017-02-23