aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/BUILD
Commit message (Expand)AuthorAge
* Add DistributionStrategy support to moving average APIs.Gravatar A. Unique TensorFlower2018-10-05
* Tests for metrics correctness with TPU strategyGravatar Priya Gupta2018-10-03
* Add support for multiple input/output numpy arrays when using Keras APIs.Gravatar Anjali Sridhar2018-10-02
* Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
* Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
* Change test size as it has been timing out consistentlyGravatar Sourabh Bajaj2018-09-27
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* Re-enable flaky keras_testGravatar Anjali Sridhar2018-09-19
* Fix estimator_training test flakiness.Gravatar Yuefeng Zhou2018-09-19
* Disable flaky keras_test.Gravatar Gunhan Gulsoy2018-09-14
* Use `dataset.batch(.., drop_remainder=True)` instead of map_and_batch to achi...Gravatar Priya Gupta2018-09-13
* Add support for evaluate and predict in keras with TPUStrategy. Also add unit...Gravatar Priya Gupta2018-09-09
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Cull unused BUILD deps.Gravatar A. Unique TensorFlower2018-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
* 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
* Implemented the configure method and properties needed by distribute coordina...Gravatar Yuefeng Zhou2018-08-22
* Implemented the configure method and properties needed by distribute coordina...Gravatar Yuefeng Zhou2018-08-22
* Merge MultiWorkerMirroredStrategy into MirroredStrategyGravatar Yuefeng Zhou2018-08-16
* Implement the methods needed by distribute coordinator in ParameterServerStra...Gravatar Yuefeng Zhou2018-08-16
* Update minimize loss test to use new API run_steps_on_dataset. Update Step AP...Gravatar Priya Gupta2018-08-10
* Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
* Preliminary work for auto-detecting cores and hosts for TPU Distribution Stra...Gravatar Frank Chen2018-08-07
* Refactor dependencies so keras_support can be imported directly.Gravatar Russell Power2018-08-06
* Add the CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-08-03
* Automated rollback of commit 493d7588172bcf476309b3954db342839ca37872Gravatar Akshay Agrawal2018-08-03
* Add the CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-08-02
* Refactored the multi_worker_test_base:Gravatar Yuefeng Zhou2018-08-01
* Add parameter server distribution.Gravatar Yuefeng Zhou2018-07-27
* Add support for MirroredVariables in init_from_checkpoint and warm_start in e...Gravatar Priya Gupta2018-07-17
* Disable failing gpu tests on WindowsGravatar A. Unique TensorFlower2018-07-10
* Make tensor_pack not a class field in cross_tower_opsGravatar Yuefeng Zhou2018-06-20
* Automated g4 rollback of changelist 197218170Gravatar A. Unique TensorFlower2018-06-12
* Don't call back into python during insert (which will leave the set in a brok...Gravatar Akshay Modi2018-06-11
* Disable broken keras_test on guitar.Gravatar Gunhan Gulsoy2018-06-06
* Automated g4 rollback of changelist 199476694Gravatar Akshay Modi2018-06-06
* Run cross_tower_ops_test with test sharding.Gravatar Yuefeng Zhou2018-06-06
* Add distributed all-reduce for multi-worker mirrored strategy.Gravatar Yuefeng Zhou2018-06-06
* Automated g4 rollback of changelist 199140117Gravatar A. Unique TensorFlower2018-06-06
* Disable flaky test tensorflow/contrib/distribute/python:minimize_loss_test_gp...Gravatar Peter Hawkins2018-06-04
* Add support for IndexedSlices in Distribution Strategy all reduce. Issue repo...Gravatar Priya Gupta2018-05-23
* Modify model output names to not be unique when in distribution context.Gravatar Anjali Sridhar2018-05-23
* Automated g4 rollback of changelist 197070234Gravatar Igor Saprykin2018-05-18
* Make V1 metrics distributed-aware. Also fix a bug where assertAllCloseGravatar A. Unique TensorFlower2018-05-17
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Turn off MirroredStrategy Dataset prefetching in tests when using theGravatar A. Unique TensorFlower2018-05-16
* Enable gpu tests for cross_tower_ops_testGravatar Priya Gupta2018-05-15
* Add the MultiWorkerMirroredStrategyGravatar Yuefeng Zhou2018-05-04