aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/distribute/distribute_coordinator.py
Commit message (Collapse)AuthorAge
* Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
| | | | PiperOrigin-RevId: 214964988
* 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
* 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
* 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
* Add distribute_coordinator: a unified and split client for distributed traning.Gravatar Yuefeng Zhou2018-07-27
PiperOrigin-RevId: 206378953