aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/sync_replicas_optimizer_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Make an API for non-slot variables. This new API is safer than theGravatar A. Unique TensorFlower2018-01-23
* Add a way to get a list of variables from an optimizer.Gravatar Allen Lavoie2017-11-01
* Replace sync_replicas_optimizer_test's `create_local_cluster` with the standa...Gravatar A. Unique TensorFlower2017-07-01
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Integrate SyncReplicasOptimizer with Estimators.Gravatar Mustafa Ispir2017-02-16
* Run SyncReplicasOptimizer with MonitoredSession.Gravatar Mustafa Ispir2017-01-12
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Rename SyncReplicasOptimizerV2 to SyncReplicasOptimizerGravatar A. Unique TensorFlower2016-12-13
* Use portpicker library when getting a port in localhost_cluster_performance_t...Gravatar A. Unique TensorFlower2016-11-04
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Added the instructions to get local_init_op and ready_for_local_init_op.Gravatar Jianmin Chen2016-10-14
* Have the test wait for the chief to update the variables.Gravatar Jianmin Chen2016-10-11
* The chief thread could be slow sometimes (7/1000) so changed the check to a w...Gravatar Jianmin Chen2016-10-07
* Switch to the new accumulators in the sync_rep optimizer (currently called V2...Gravatar Jianmin Chen2016-10-07