- 23 Jun, 2021 2 commits
-
-
Reed Wanderman-Milne authored
Before, it returned None. But almost every use of get_distribution_strategy() assumes an actual strategy is returned and crashes when None is returned. Returning the default strategy fixes these issues and is equivalent to using no strategy, as the default strategy is always in effect when no other strategy is used. PiperOrigin-RevId: 380951055
-
Reed Wanderman-Milne authored
Before, it returned None. But almost every use of get_distribution_strategy() assumes an actual strategy is returned and crashes when None is returned. Returning the default strategy fixes these issues and is equivalent to using no strategy, as the default strategy is always in effect when no other strategy is used. PiperOrigin-RevId: 380951055
-
- 08 Mar, 2021 2 commits
- 25 Feb, 2021 2 commits
-
-
Reed Wanderman-Milne authored
Also improve error message when distribution=off is specified without properly quoting "off" PiperOrigin-RevId: 359395329
-
Reed Wanderman-Milne authored
Also improve error message when distribution=off is specified without properly quoting "off" PiperOrigin-RevId: 359395329
-
- 05 Jan, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 350170448
-
Hongkun Yu authored
PiperOrigin-RevId: 350170448
-
- 29 Dec, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 349347368
-
Hongkun Yu authored
PiperOrigin-RevId: 349347368
-
- 17 Nov, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 342770296
-
Hongkun Yu authored
PiperOrigin-RevId: 342770296
-
- 01 Oct, 2020 2 commits
-
-
Rick Chao authored
PSv2: Replace existing `tf.distribute.experimental.ParameterServerStrategy` usage with `tf.compat.v1.distribute.experimental.ParameterServerStrategy` to prepare for the upcoming TF2 ParameterServerStrategy API release. The practically only difference for API endpoint switch is the monitoring from V2 to V1, for those who were using `tf.distribute.experimental.ParameterServerStrategy`. It's not supported in V2 and should be tracked as V1 anyway. PiperOrigin-RevId: 334847114
-
Rick Chao authored
PSv2: Replace existing `tf.distribute.experimental.ParameterServerStrategy` usage with `tf.compat.v1.distribute.experimental.ParameterServerStrategy` to prepare for the upcoming TF2 ParameterServerStrategy API release. The practically only difference for API endpoint switch is the monitoring from V2 to V1, for those who were using `tf.distribute.experimental.ParameterServerStrategy`. It's not supported in V2 and should be tracked as V1 anyway. PiperOrigin-RevId: 334847114
-
- 17 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 332314917
-
Hongkun Yu authored
PiperOrigin-RevId: 332314917
-
- 13 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 331359058
-
Hongkun Yu authored
PiperOrigin-RevId: 331359058
-
- 12 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 10 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 305897677
-
- 30 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 303767122
-
- 17 Mar, 2020 1 commit
-
-
ayushmankumar7 authored
-
- 13 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 294997928
-
- 27 Jan, 2020 1 commit
-
-
Yanhui Liang authored
PiperOrigin-RevId: 291810091
-
- 15 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285618209
-
- 14 Dec, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285533511
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 285503670
-
- 27 Nov, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 282669615
-
- 24 Sep, 2019 1 commit
-
-
Bruce Fontaine authored
PiperOrigin-RevId: 270926016
-
- 19 Aug, 2019 1 commit
-
-
Ayush Dubey authored
PiperOrigin-RevId: 264244022
-
- 16 Aug, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 263863438
-
Priya Gupta authored
PiperOrigin-RevId: 263854996
-
- 12 Aug, 2019 1 commit
-
-
Hongjun Choi authored
262988559 by A. Unique TensorFlower<gardener@tensorflow.org>: Enable NCF TF 2.0 model to run on TPUStrategy. -- 262971756 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change 262967691 by hongkuny<hongkuny@google.com>: Internal -- PiperOrigin-RevId: 262988559
-
- 02 Jul, 2019 1 commit
-
-
Yuefeng Zhou authored
when there are multiple workers.
-
- 29 Apr, 2019 1 commit
-
-
Igor authored
Replace per_device with per_replica and PerDevice with PerReplica, because the PerDevice concept was renamed and doesn't exist anymore. (#6693) * Replace per_device with per_replica and PerDevice with PerReplica, because the PerReplica concept was renamed and doesn't exist anymore.
-
- 26 Apr, 2019 1 commit
-
-
Ayush Dubey authored
* Add num_packs flag for MirroredStrategy's cross device ops. * fix parens * Fix lint errors and make all_reduce_alg more robust. * Set default num_packs to 1
-
- 25 Apr, 2019 1 commit
-
-
Ayush Dubey authored
* Remove contrib AllReduceCrossDeviceOps and update all_reduce_alg options with MirroredStrategy. * cleanup
-
- 24 Apr, 2019 1 commit
-
-
Yuefeng Zhou authored
-
- 08 Apr, 2019 1 commit
-
-
Shining Sun authored
* add ds support for ncf * remove comments for in_top_k * avoid expanding the input layers * resolve comments and fix lint * Added some comments in code and fix lint * fix lint * add some documentation * add tensorflow imports
-