aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute
Commit message (Expand)AuthorAge
* Update model in keras dist strat learning phase test to return consistent val...Gravatar Pavithra Vijay2018-10-09
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* In TPUMirroredVariable, when setting _initializer_op and _initial_value attri...Gravatar Ruoxin Sang2018-10-09
* Fix the steps_per_epoch when training on mnistGravatar Sourabh Bajaj2018-10-08
* Avoid adding spurious ops when colocating with resource variables.Gravatar Asim Shankar2018-10-08
* Add DistributionStrategy support to moving average APIs.Gravatar A. Unique TensorFlower2018-10-05
* Brings V2 Optimizers into Keras w/ Keras signaturesGravatar A. Unique TensorFlower2018-10-05
* Add 'device' property to TPUMirroredVariable, so tf.train.init_from_checkpoin...Gravatar Ruoxin Sang2018-10-04
* Create new classes for Keras tests to allow us to create new test targets.Gravatar Anjali Sridhar2018-10-03
* 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
* | Tests for metrics correctness with TPU strategyGravatar Priya Gupta2018-10-03
* | Automated rollback of commit b7e9cbab27c893283acc4a6154d7a59dffb23758Gravatar Derek Murray2018-10-02
* | Use `defun` instead of `Defun` for `tf.data`, except for `make_one_shot_itera...Gravatar Shivani Agrawal2018-10-02
* | Add support for multiple input/output numpy arrays when using Keras APIs.Gravatar Anjali Sridhar2018-10-02
* | [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* | Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* | Move from deprecated self.test_session() to self.cached_session() or self.ses...Gravatar 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
* | Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
* | Disable auto_shard for MirroredStrategy by default.Gravatar Yuefeng Zhou2018-09-28
| * Fix some documentation errorsGravatar EFanZh2018-09-28
|/
* Fix error that occurs when attempting to use TensorFlow optimizers with Keras...Gravatar Anjali Sridhar2018-09-27
* Allowing source_device to be set to /cpu:0 for multi device iterator in distr...Gravatar Rohan Jain2018-09-27
* Change test size as it has been timing out consistentlyGravatar Sourabh Bajaj2018-09-27
* Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* [tf.data] Adding a private method for (recursively) tracking dataset inputs.Gravatar Jiri Simsa2018-09-25
* Add validation that input shapes should be fully defined when using TPU strat...Gravatar Priya Gupta2018-09-24
* Implement required properties for TPU StrategyGravatar Philip Pham2018-09-24
* Remove dependency on contrib dataset ops.Gravatar Priya Gupta2018-09-24
* Temporarily remove isolate_session_state in CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-09-22
* Fixed a bug in CollectiveAllReduce that sometimes the variable names it sees ...Gravatar Yuefeng Zhou2018-09-22
* Rollback change introduced on cross_towers_ops_test by previous commit.Gravatar A. Unique TensorFlower2018-09-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Make threading.local not an instance member of collective ops because in pyth...Gravatar Yuefeng Zhou2018-09-20
* Re-enable flaky keras_testGravatar Anjali Sridhar2018-09-19
* Fix estimator_training test flakiness.Gravatar Yuefeng Zhou2018-09-19
* Link to readme for distribution strategy from distribute.py and package init ...Gravatar Priya Gupta2018-09-18
* Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* 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
* Removing OutOfRangeError checks and testing going to the end of the dataset inGravatar Rohan Jain2018-09-13
* Merge pull request #22227 from joba01:patch-1Gravatar TensorFlower Gardener2018-09-13
|\
* | Fix the colocate_with issue for Adagrad optimizerV2.Gravatar Anjali Sridhar2018-09-12
* | Add unit test for model_to_estimator where inpu_fnGravatar Zhenyu Tan2018-09-12
| * Fixed wrong variable name in exampleGravatar Johannes Bannhofer2018-09-12
|/
* Add support for numpy arrays with DistributionStrategy in Keras.Gravatar Anjali Sridhar2018-09-09
* Add support for evaluate and predict in keras with TPUStrategy. Also add unit...Gravatar Priya Gupta2018-09-09