aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/mirrored_strategy_multigpu_test.py
Commit message (Expand)AuthorAge
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* Add `num_gpus_per_worker` argument to MirroredStrategy.Gravatar Yuefeng Zhou2018-08-30
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Reduce learning_rate multi-worker MirroredStrategy test.Gravatar Yuefeng Zhou2018-08-24
* Make sure all assignments to a mirrored variable happen. Failure modeGravatar 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
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Add comments to MirroredStrategy's reduce function. Also add more unit tests.Gravatar Anjali Sridhar2018-08-06
* Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06
* Add parameter server distribution.Gravatar Yuefeng Zhou2018-07-27
* Add support for `is_tensor_like` property to DistributedValues and add suppor...Gravatar Anjali Sridhar2018-07-22
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* Small fixes in VariableSynchrinization and VariableAggregation change.Gravatar Pavithra Vijay2018-07-02
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Enable assign, assign_add and assign_sub to be called on Mirrored Variables i...Gravatar Anjali Sridhar2018-06-26
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Make regroup work on tower-local variables as well.Gravatar A. Unique TensorFlower2018-06-21
* Switch away from DistributionStrategy.fetch() (mostly just in tests)Gravatar A. Unique TensorFlower2018-06-20
* Allow TowerLocalVars to be updated with the same value across all towers.Gravatar Anjali Sridhar2018-06-20
* Respect name scopes opened in tower mode when creating vars in cross tower mode.Gravatar Anjali Sridhar2018-06-05
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Handle delayed variable initialization in MirroredStrategy. Test with RNN layer.Gravatar Priya Gupta2018-05-15
* Fixes for accessing variables with a MirroredStrategy in aGravatar A. Unique TensorFlower2018-05-07
* Change distribution.distribute_dataset to accept an input_fn instead of a dat...Gravatar Yuefeng Zhou2018-04-18
* Add support for initializable iterator in distribution strategies. Use that i...Gravatar Priya Gupta2018-04-18
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29