aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/tpu_strategy.py
Commit message (Expand)AuthorAge
* Add a require_static_shapes argument to DistributionStrategy class. This allo...Gravatar Anjali Sridhar2018-10-03
* 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
* 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
* Job name should be picked based on the cluster_specGravatar Sourabh Bajaj2018-09-06
* In TPUStrategy.configure, copy cluster spec from cluster resolver so that the...Gravatar Priya Gupta2018-09-04
* Set session_config.isolate_session_state to True for all strategies except Pa...Gravatar Priya Gupta2018-09-04
* Add support for TPU Pods in TPU Strategy but running per host infeed.Gravatar Sourabh Bajaj2018-08-31
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Modify TPU Distribution Strategy to allow ResNet-based Distribution Strategy ...Gravatar Frank Chen2018-08-24
* Fix num_towers to be num_cores rather than cores_per_hostGravatar Sourabh Bajaj2018-08-23
* Add optional num_cores parameter to TPU Distribution StrategyGravatar Frank Chen2018-08-23
* Set query_topology to False in TPU Distribution StrategyGravatar Frank Chen2018-08-20
* Make tf.metrics work with TPU Strategy.Gravatar Priya Gupta2018-08-16
* Fix system metadata retrieval for non-resolvable addresses within TPU Distrib...Gravatar Frank Chen2018-08-16
* Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* Create new MultiStepStopHook for running mutiple steps per run when using TPU...Gravatar Sourabh Bajaj2018-08-10
* Add an API to distribution strategy that allows running N steps. Implement th...Gravatar Priya Gupta2018-08-08
* Preliminary work for auto-detecting cores and hosts for TPU Distribution Stra...Gravatar Frank Chen2018-08-07
* Output the PerDevice variables from tpu_result and reduce them correctly on t...Gravatar Sourabh Bajaj2018-08-01
* 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
* Add code path in estimator to use the new distributed strategy apiGravatar Sourabh Bajaj2018-06-26
* Implement new API for TPUStrategy to run multiple steps, and move most of the...Gravatar Priya Gupta2018-06-19
* 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
* TpuStrategy -> TPUStrategyGravatar Jonathan Hseu2018-04-17
* Early TPU distribution strategy and the associated testing infrastructure.Gravatar Igor Saprykin2018-04-16