aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/values.py
Commit message (Expand)AuthorAge
* In TPUMirroredVariable, when setting _initializer_op and _initial_value attri...Gravatar Ruoxin Sang2018-10-09
* Add 'device' property to TPUMirroredVariable, so tf.train.init_from_checkpoin...Gravatar Ruoxin Sang2018-10-04
* Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
* Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
* Disable auto_shard for MirroredStrategy by default.Gravatar Yuefeng Zhou2018-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
* Drop unused `_mirrored_container` property of variables that areGravatar A. Unique TensorFlower2018-08-31
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Fix error when getting optimizer variables with distribution strategyGravatar Pavithra Vijay2018-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
* Correctly use the aggregation mode set for variables inGravatar A. Unique TensorFlower2018-08-20
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* 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
* Support distribution strategies in `Estimator.evaluate`.Gravatar Priya Gupta2018-07-31
* Restore tower local variables correctly in init_from_checkpoint.Gravatar Priya Gupta2018-07-26
* Add support for `is_tensor_like` property to DistributedValues and add suppor...Gravatar Anjali Sridhar2018-07-22
* Refactor properties and functions common to Mirrored and TowerLocal Variables.Gravatar Anjali Sridhar2018-07-20
* Add support for MirroredVariables in init_from_checkpoint and warm_start in e...Gravatar Priya Gupta2018-07-17
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Add an output context that can be used to specify outputs to capture when run...Gravatar Priya Gupta2018-06-28
* Enable assign, assign_add and assign_sub to be called on Mirrored Variables i...Gravatar Anjali Sridhar2018-06-26
* Make regroup work on tower-local variables as well.Gravatar A. Unique TensorFlower2018-06-21
* Update mnist eager example with mirrored strategy as some of the methods it w...Gravatar Priya Gupta2018-06-20
* Switch away from DistributionStrategy.fetch() (mostly just in tests)Gravatar A. Unique TensorFlower2018-06-20
* Make ops.colocate_with work with tower-local variables as well.Gravatar Yuefeng Zhou2018-06-13
* Resolve device names when passed into DistributionStrategy methods.Gravatar A. Unique TensorFlower2018-06-04
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Fixes for accessing variables with a MirroredStrategy in aGravatar A. Unique TensorFlower2018-05-07
* Generalize the input to TPU distribution strategy. Add cross-shard-replica sum.Gravatar Igor Saprykin2018-05-07
* Use experimental auto_sharding in multi worker dataset.Gravatar Priya Gupta2018-05-02
* Add MultiNodeDataset and MultiNodeIterator which are intended to work for mul...Gravatar Yuefeng Zhou2018-04-30
* When a mirrored variable is fetched in cross-tower mode, fetch its primary va...Gravatar Igor Saprykin2018-04-30
* Support variable parameter structure in TPU distribution strategy.Gravatar Igor Saprykin2018-04-19
* Support various shapes in TPU DistributionStrategy.Gravatar Igor Saprykin2018-04-19
* Add support for initializable iterator in distribution strategies. Use that i...Gravatar Priya Gupta2018-04-18
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Add basic serialization support to DistributedVariable (by using the underlyi...Gravatar Priya Gupta2018-03-29
* Internal change.Gravatar Igor Saprykin2018-03-29
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29