From 72205dadc2a973b746b3fdb6708429fd882a5d23 Mon Sep 17 00:00:00 2001 From: Priya Gupta Date: Thu, 29 Mar 2018 16:37:05 -0700 Subject: [PATCH] Minor language change in readme. PiperOrigin-RevId: 191006151 --- tensorflow/contrib/distribute/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tensorflow/contrib/distribute/README.md b/tensorflow/contrib/distribute/README.md index ba9a392..4af51be 100644 --- a/tensorflow/contrib/distribute/README.md +++ b/tensorflow/contrib/distribute/README.md @@ -89,8 +89,8 @@ combining and applying gradients. The model and input functions do not have to change because we have changed the underlying components of TensorFlow (such as -optimizer, batch norm and summaries) to become distribution-aware. -That means those components learn how to +optimizer, batch norm and summaries) to become distribution-aware. +That means those components know how to combine their state across devices. Further, saving and checkpointing works seamlessly, so you can save with one or no distribution strategy and resume with another. @@ -133,6 +133,7 @@ instead. on GPUs is turned on. (If you need to use dictionaries in the dataset, turn off prefetching on GPUs by passing param `prefetch_on_device=False` to `MirroredStrategy`) +* PartitionedVariables are not supported yet. ## What's next? -- 2.7.4