aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/distribute.py
Commit message (Expand)AuthorAge
* Merge pull request #22591 from EFanZh:fix-docsGravatar TensorFlower Gardener2018-10-03
|\
* | Add a require_static_shapes argument to DistributionStrategy class. This allo...Gravatar Anjali Sridhar2018-10-03
* | Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
| * Fix some documentation errorsGravatar EFanZh2018-09-28
|/
* Link to readme for distribution strategy from distribute.py and package init ...Gravatar Priya Gupta2018-09-18
* Remove unused 'None' option for reduce destinations in DistributionStrategy.Gravatar A. Unique TensorFlower2018-08-31
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Clarified some docstrings, fixed some formatting.Gravatar A. Unique TensorFlower2018-08-20
* Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* Add new interfaces to DistributionStrategies to work with distribute coordina...Gravatar Yuefeng Zhou2018-08-14
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Add an API to distribution strategy that allows running N steps. Implement th...Gravatar Priya Gupta2018-08-08
* Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* 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
* Delete DistributionStrategy.fetch() now that it is unused.Gravatar A. Unique TensorFlower2018-06-21
* Make the return value of `read_var` consistently a tensor instead ofGravatar A. Unique TensorFlower2018-06-12
* Automated g4 rollback of changelist 197218170Gravatar A. Unique TensorFlower2018-06-12
* Expand DistributionStrategy.group to address single variable case properly as...Gravatar Priya Gupta2018-06-07
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Minor formatting tweaks to distribute.py and simple_tfkeras_example.pyGravatar Shanqing Cai2018-05-08
* Generalize the input to TPU distribution strategy. Add cross-shard-replica sum.Gravatar Igor Saprykin2018-05-07
* Add the MultiWorkerMirroredStrategyGravatar Yuefeng Zhou2018-05-04
* Make tower-local variables non-trainable even with the defaultGravatar A. Unique TensorFlower2018-05-01
* Add device_util.resolve method which merges with current device as well.Gravatar Yuefeng Zhou2018-05-01
* 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
* Merge changes from github.Gravatar Michael Case2018-04-10
* Save the original from_proto method before calling it to avoid infinite loop.Gravatar Priya Gupta2018-04-05
* Doc string clean-ups for class DistributionStrategy.Gravatar A. Unique TensorFlower2018-03-30
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-29
* Internal changeGravatar Yuefeng Zhou2018-03-29
* Add basic serialization support to DistributedVariable (by using the underlyi...Gravatar Priya Gupta2018-03-29
* Add distribution support for incrementing the global step.Gravatar A. Unique TensorFlower2018-03-29
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29
* Internal change.Gravatar Yuefeng Zhou2018-03-29
* Tower-local variable support for DistributionStrategy. Each tower hasGravatar A. Unique TensorFlower2018-03-28
* Make slot_creator use DistributionStrategy for co-locating variables.Gravatar A. Unique TensorFlower2018-03-27
* Add class DistributionStrategy to python/training/, though not partGravatar A. Unique TensorFlower2018-03-26