aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/mirrored_strategy.py
Commit message (Expand)AuthorAge
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* Merge pull request #22591 from EFanZh:fix-docsGravatar TensorFlower Gardener2018-10-03
|\
* | Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* | Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
* | Disable auto_shard for MirroredStrategy by default.Gravatar Yuefeng Zhou2018-09-28
| * Fix some documentation errorsGravatar EFanZh2018-09-28
|/
* Allowing source_device to be set to /cpu:0 for multi device iterator in distr...Gravatar Rohan Jain2018-09-27
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* Set session_config.isolate_session_state to True for all strategies except Pa...Gravatar Priya Gupta2018-09-04
* 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
* Use nccl if there is only one worker in multi-worker MirroredStrategies.Gravatar Yuefeng Zhou2018-08-28
* For ParameterServerStrategy, make sure to include the AggregatingVariableGravatar A. Unique TensorFlower2018-08-24
* Implemented the configure method and properties needed by distribute coordina...Gravatar Yuefeng Zhou2018-08-22
* Merge MultiWorkerMirroredStrategy into MirroredStrategyGravatar Yuefeng Zhou2018-08-16
* Make tf.metrics work with TPU Strategy.Gravatar Priya Gupta2018-08-16
* Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* Merge branch 'master' into masterGravatar Jan Hünnemeyer2018-08-09
|\
| * Add an API to distribution strategy that allows running N steps. Implement th...Gravatar Priya Gupta2018-08-08
| * 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 the CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-08-03
| * Automated rollback of commit 493d7588172bcf476309b3954db342839ca37872Gravatar Akshay Agrawal2018-08-03
| * Add the CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-08-02
| * Add parameter server distribution.Gravatar Yuefeng Zhou2018-07-27
* | pylint: whitespace changesGravatar Jan Horst Hünnemeyer2018-07-17
| * 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
* | Utilizing dict comprehensionGravatar Jan Horst Hünnemeyer2018-06-29
|/
* Enable assign, assign_add and assign_sub to be called on Mirrored Variables i...Gravatar Anjali Sridhar2018-06-26
* Delete DistributionStrategy.fetch() now that it is unused.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
* Disable caching_device for mirrored variables.Gravatar A. Unique TensorFlower2018-06-19
* 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
* Respect name scopes opened in tower mode when creating vars in cross tower mode.Gravatar Anjali Sridhar2018-06-05
* Resolve device names when passed into DistributionStrategy methods.Gravatar A. Unique TensorFlower2018-06-04
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Handle delayed variable initialization in MirroredStrategy. Test with RNN layer.Gravatar Priya Gupta2018-05-15
* Add the MultiWorkerMirroredStrategyGravatar Yuefeng Zhou2018-05-04
* 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
* Internal changeGravatar Yuefeng Zhou2018-03-29
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29