aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/distribute/distribute_coordinator_test.py
Commit message (Expand)AuthorAge
* Add a run_standard_tensorflow_server method for users who start their cluster...Gravatar Yuefeng Zhou2018-08-31
* Set session configs for ParameterServerStrategy and CollectiveAllReduceStrate...Gravatar Yuefeng Zhou2018-08-30
* Add environment and rpc_layer to the TF_CONFIG environment variable in distri...Gravatar Yuefeng Zhou2018-08-24
* Use distribution strategy to configure distribute coordinator.Gravatar Yuefeng Zhou2018-08-16
* Support independet-worker mode in distribute coordinator.Gravatar Yuefeng Zhou2018-08-07
* Rename coordinator context to worker context.Gravatar Yuefeng Zhou2018-07-31
* Add distribute_coordinator: a unified and split client for distributed traning.Gravatar Yuefeng Zhou2018-07-27