aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-13 11:39:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-13 11:39:27 -0700
commit1f57fbd0dbb9690b87713b17ee06cb7c0c8158c6 (patch)
tree2da4996b8cfd6d7d4e2cbaee7cf33ec5d25ec9cd /tensorflow/contrib/distribute
parentee72b6a204232532e64221f1b9db7843ee13c312 (diff)
parent5f69ba51752561f6294705b5d66705bdf322831d (diff)
Merge pull request #22227 from joba01:patch-1
PiperOrigin-RevId: 212847729
Diffstat (limited to 'tensorflow/contrib/distribute')
-rw-r--r--tensorflow/contrib/distribute/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/distribute/README.md b/tensorflow/contrib/distribute/README.md
index 30e1992c01..91a27f97b7 100644
--- a/tensorflow/contrib/distribute/README.md
+++ b/tensorflow/contrib/distribute/README.md
@@ -76,7 +76,7 @@ We then compile the Keras model and pass the `MirroredStrategy` object in the
```python
model.compile(loss='mean_squared_error',
optimizer=tf.train.GradientDescentOptimizer(learning_rate=0.2),
- distribute=strategy)
+ distribute=distribution)
```
To train the model we call Keras `fit` API using the input dataset that we