aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute
diff options
context:
space:
mode:
authorGravatar Yuefeng Zhou <yuefengz@google.com>2018-09-22 09:57:09 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-22 10:00:31 -0700
commitadea2433eb49726d248e0ae8e99835250bc6194f (patch)
treea843888a40e90d89050801adb79febe0c9310052 /tensorflow/contrib/distribute
parente692dda4c8b199555e2fa32132a7784e0893c870 (diff)
Temporarily remove isolate_session_state in CollectiveAllReduceStrategy.
PiperOrigin-RevId: 214119090
Diffstat (limited to 'tensorflow/contrib/distribute')
-rw-r--r--tensorflow/contrib/distribute/python/collective_all_reduce_strategy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/contrib/distribute/python/collective_all_reduce_strategy.py b/tensorflow/contrib/distribute/python/collective_all_reduce_strategy.py
index 297cacf192..c900b41e14 100644
--- a/tensorflow/contrib/distribute/python/collective_all_reduce_strategy.py
+++ b/tensorflow/contrib/distribute/python/collective_all_reduce_strategy.py
@@ -235,8 +235,6 @@ class CollectiveAllReduceStrategy(mirrored_strategy.MirroredStrategy):
if not session_config or not self._cluster_spec:
return
- session_config.isolate_session_state = True
-
assert self._task_type
assert self._task_id is not None