aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/minimize_loss_test.py
Commit message (Expand)AuthorAge
* Brings V2 Optimizers into Keras w/ Keras signaturesGravatar A. Unique TensorFlower2018-10-05
* Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* Fix the colocate_with issue for Adagrad optimizerV2.Gravatar Anjali Sridhar2018-09-12
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* Update minimize loss test to use new API run_steps_on_dataset. Update Step AP...Gravatar Priya Gupta2018-08-10
* Switch away from DistributionStrategy.fetch() (mostly just in tests)Gravatar A. Unique TensorFlower2018-06-20
* Make evaluate() work on anything that has a numpy() method in eager tests.Gravatar A. Unique TensorFlower2018-06-20
* Implement new API for TPUStrategy to run multiple steps, and move most of the...Gravatar Priya Gupta2018-06-19
* Turn off MirroredStrategy Dataset prefetching in tests when using theGravatar A. Unique TensorFlower2018-05-16
* Generalize the input to TPU distribution strategy. Add cross-shard-replica sum.Gravatar Igor Saprykin2018-05-07
* Support variable parameter structure in TPU distribution strategy.Gravatar Igor Saprykin2018-04-19
* Support various shapes in TPU DistributionStrategy.Gravatar Igor Saprykin2018-04-19
* 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
* Early TPU distribution strategy and the associated testing infrastructure.Gravatar Igor Saprykin2018-04-16
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29