aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/distribute
Commit message (Expand)AuthorAge
* Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
* In standalone client mode, only run hooks on one thread.Gravatar Yuefeng Zhou2018-09-21
* 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
* Allow TF_CONFIG when remote_cluster is specified in distribute coordinator's ...Gravatar Yuefeng Zhou2018-08-28
* Disable flaky coordinator_test.Gravatar Gunhan Gulsoy2018-08-26
* Add environment and rpc_layer to the TF_CONFIG environment variable in distri...Gravatar Yuefeng Zhou2018-08-24
* Add an option to RunConfig and train_and_evaluate to run distribute coordinator.Gravatar Yuefeng Zhou2018-08-24
* Add multi_worker_util which has normalize_cluster_spec and is_chief.Gravatar Yuefeng Zhou2018-08-16
* Use distribution strategy to configure distribute coordinator.Gravatar Yuefeng Zhou2018-08-16
* Support independet-worker mode in distribute coordinator.Gravatar Yuefeng Zhou2018-08-07
* Fix lint error in distribute_coordinator.py.Gravatar Derek Murray2018-08-01
* Rename coordinator context to worker context.Gravatar Yuefeng Zhou2018-07-31
* Fix build failure.Gravatar Yuefeng Zhou2018-07-27
* Add distribute_coordinator: a unified and split client for distributed traning.Gravatar Yuefeng Zhou2018-07-27