aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/distribute
Commit message (Collapse)AuthorAge
* Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
| | | | PiperOrigin-RevId: 214964988
* In standalone client mode, only run hooks on one thread.Gravatar Yuefeng Zhou2018-09-21
| | | | PiperOrigin-RevId: 214013965
* Add a run_standard_tensorflow_server method for users who start their ↵Gravatar Yuefeng Zhou2018-08-31
| | | | | | clusters with std servers. PiperOrigin-RevId: 211165860
* Set session configs for ParameterServerStrategy and ↵Gravatar Yuefeng Zhou2018-08-30
| | | | | | | | | | CollectiveAllReduceStrategy in their configure methods. Configure the session configs in DistributeCoordinator. Allow eval strategy to be None in DistributeCoordinator. Add more loggings. PiperOrigin-RevId: 211017587
* Allow TF_CONFIG when remote_cluster is specified in distribute coordinator's ↵Gravatar Yuefeng Zhou2018-08-28
| | | | | | utility for estimator. PiperOrigin-RevId: 210666455
* Disable flaky coordinator_test.Gravatar Gunhan Gulsoy2018-08-26
| | | | PiperOrigin-RevId: 210320269
* Add environment and rpc_layer to the TF_CONFIG environment variable in ↵Gravatar Yuefeng Zhou2018-08-24
| | | | | | distribute coordinator. PiperOrigin-RevId: 210197404
* Add an option to RunConfig and train_and_evaluate to run distribute coordinator.Gravatar Yuefeng Zhou2018-08-24
| | | | | | This is necessary to run multi-worker MirroredStrategy and CollectiveAllReduceStrategy with estimator. PiperOrigin-RevId: 210192378
* Add multi_worker_util which has normalize_cluster_spec and is_chief.Gravatar Yuefeng Zhou2018-08-16
| | | | PiperOrigin-RevId: 209037977
* Use distribution strategy to configure distribute coordinator.Gravatar Yuefeng Zhou2018-08-16
| | | | | | Add session_creator and a couple properties to worker context which then are used to configure monitored sessions. PiperOrigin-RevId: 209026599
* Support independet-worker mode in distribute coordinator.Gravatar Yuefeng Zhou2018-08-07
| | | | PiperOrigin-RevId: 207835757
* Fix lint error in distribute_coordinator.py.Gravatar Derek Murray2018-08-01
| | | | PiperOrigin-RevId: 206947057
* Rename coordinator context to worker context.Gravatar Yuefeng Zhou2018-07-31
| | | | PiperOrigin-RevId: 206882388
* Fix build failure.Gravatar Yuefeng Zhou2018-07-27
| | | | PiperOrigin-RevId: 206401196
* Add distribute_coordinator: a unified and split client for distributed traning.Gravatar Yuefeng Zhou2018-07-27
PiperOrigin-RevId: 206378953