aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute
Commit message (Expand)AuthorAge
...
* Small improvements to handling of Datasets in Keras.Gravatar A. Unique TensorFlower2018-09-06
* Job name should be picked based on the cluster_specGravatar Sourabh Bajaj2018-09-06
* Experimental work-in-progress support for TPUStrategy in keras.Gravatar Priya Gupta2018-09-05
* In TPUStrategy.configure, copy cluster spec from cluster resolver so that the...Gravatar Priya Gupta2018-09-04
* Set session_config.isolate_session_state to True for all strategies except Pa...Gravatar Priya Gupta2018-09-04
* Fixed a typo in README.Gravatar Yuefeng Zhou2018-08-31
* Add keras example to distribution strategy readme.Gravatar Priya Gupta2018-08-31
* A temporary fix to auto-sharding for synthetic data.Gravatar Yuefeng Zhou2018-08-31
* Add a run_standard_tensorflow_server method for users who start their cluster...Gravatar Yuefeng Zhou2018-08-31
* Add documentation for multi-worker training.Gravatar Yuefeng Zhou2018-08-31
* Clean up: remove cluster_spec, task_type and task id in the __init__ method o...Gravatar Yuefeng Zhou2018-08-31
* Add support for TPU Pods in TPU Strategy but running per host infeed.Gravatar Sourabh Bajaj2018-08-31
* Remove unused 'None' option for reduce destinations in DistributionStrategy.Gravatar A. Unique TensorFlower2018-08-31
* Drop unused `_mirrored_container` property of variables that areGravatar A. Unique TensorFlower2018-08-31
* Set session configs for ParameterServerStrategy and CollectiveAllReduceStrate...Gravatar Yuefeng Zhou2018-08-30
* Add `num_gpus_per_worker` argument to MirroredStrategy.Gravatar Yuefeng Zhou2018-08-30
* Fixed that in collective all reduce cross tower ops that batch all reduce is ...Gravatar Yuefeng Zhou2018-08-29
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Use nccl if there is only one worker in multi-worker MirroredStrategies.Gravatar Yuefeng Zhou2018-08-28
* Cull unused BUILD deps.Gravatar A. Unique TensorFlower2018-08-28
* Minor documentation corrections.Gravatar Peter Buchlovsky2018-08-28
* Disable flaky estimator_training_testGravatar Gunhan Gulsoy2018-08-27
* Add an option to RunConfig and train_and_evaluate to run distribute coordinator.Gravatar Yuefeng Zhou2018-08-24
* Fix error when getting optimizer variables with distribution strategyGravatar Pavithra Vijay2018-08-24
* Fix a bug in collective_all_reduce_strategy_test: unwrap PerDevice value befo...Gravatar Yuefeng Zhou2018-08-24
* Reduce learning_rate multi-worker MirroredStrategy test.Gravatar Yuefeng Zhou2018-08-24
* Modify TPU Distribution Strategy to allow ResNet-based Distribution Strategy ...Gravatar Frank Chen2018-08-24
* Make sure all assignments to a mirrored variable happen. Failure modeGravatar A. Unique TensorFlower2018-08-24
* 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
* Fix num_towers to be num_cores rather than cores_per_hostGravatar Sourabh Bajaj2018-08-23
* Add optional num_cores parameter to TPU Distribution StrategyGravatar Frank Chen2018-08-23
* Add an example to demonstrate how to use Keras native APIs withGravatar Anjali Sridhar2018-08-23
* Support non-PerDevice value to be reduced in cross_tower_ops.Gravatar Yuefeng Zhou2018-08-22
* Implemented the configure method and properties needed by distribute coordina...Gravatar Yuefeng Zhou2018-08-22
* Turn off prefetching for `predict` calls since it is currently notGravatar Anjali Sridhar2018-08-22
* Implemented the configure method and properties needed by distribute coordina...Gravatar Yuefeng Zhou2018-08-22
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Correctly use the aggregation mode set for variables inGravatar A. Unique TensorFlower2018-08-20
* Set query_topology to False in TPU Distribution StrategyGravatar Frank Chen2018-08-20
* Improve `fit` error messages and introduce warning upon conflicting `class_we...Gravatar Francois Chollet2018-08-20
* Add back local collective all reduce test and fixed the bug that all_reduce o...Gravatar Yuefeng Zhou2018-08-17
* Merge MultiWorkerMirroredStrategy into MirroredStrategyGravatar Yuefeng Zhou2018-08-16
* Implement the methods needed by distribute coordinator in ParameterServerStra...Gravatar Yuefeng Zhou2018-08-16
* Make tf.metrics work with TPU Strategy.Gravatar Priya Gupta2018-08-16
* Fix system metadata retrieval for non-resolvable addresses within TPU Distrib...Gravatar Frank Chen2018-08-16
* Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* Expose UpdateContext which is needed by HorovodStrategy.Gravatar Yuefeng Zhou2018-08-14
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14