aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/parameter_server_strategy_test.py
Commit message (Expand)AuthorAge
* Avoid adding spurious ops when colocating with resource variables.Gravatar Asim Shankar2018-10-08
* Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* Set session configs for ParameterServerStrategy and CollectiveAllReduceStrate...Gravatar Yuefeng Zhou2018-08-30
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* For ParameterServerStrategy, make sure to include the AggregatingVariableGravatar A. Unique TensorFlower2018-08-24
* Make sure all distribution strategies work with clusters with a chief node.Gravatar Yuefeng Zhou2018-08-24
* Correctly use the aggregation mode set for variables inGravatar A. Unique TensorFlower2018-08-20
* Implement the methods needed by distribute coordinator in ParameterServerStra...Gravatar Yuefeng Zhou2018-08-16
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Remove unused imports.Gravatar Yuefeng Zhou2018-08-01
* Refactored the multi_worker_test_base:Gravatar Yuefeng Zhou2018-08-01
* Add parameter server distribution.Gravatar Yuefeng Zhou2018-07-27