aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/single_loss_example.py
Commit message (Expand)AuthorAge
* Use `dataset.batch(.., drop_remainder=True)` instead of map_and_batch to achi...Gravatar Priya Gupta2018-09-13
* Update minimize loss test to use new API run_steps_on_dataset. Update Step AP...Gravatar Priya Gupta2018-08-10
* 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 tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29