aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/parameter_server_strategy.py
Commit message (Expand)AuthorAge
* Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* Set session_config.isolate_session_state to True for all strategies except Pa...Gravatar Priya Gupta2018-09-04
* Clean up: remove cluster_spec, task_type and task id in the __init__ method o...Gravatar Yuefeng Zhou2018-08-31
* 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
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06
* Fix the bug that sometime cluster_spec becomes None in parameter server strat...Gravatar Yuefeng Zhou2018-07-30
* Add parameter server distribution.Gravatar Yuefeng Zhou2018-07-27