Merge pull request #24678 from sublee:fix-typo-task

PiperOrigin-RevId: 227893986
This commit is contained in:
TensorFlower Gardener 2019-01-04 12:20:09 -08:00
commit ee5ca473bf

View File

@ -48,8 +48,8 @@ class MirroredStrategy(distribute_lib.DistributionStrategy):
distributed environment.
There are several important concepts for distributed TensorFlow, e.g.
`client`, `job`, 'task', `cluster`, `in-graph replication` and
'synchronous training' and they have already been defined in the
`client`, `job`, `task`, `cluster`, `in-graph replication` and
`synchronous training` and they have already been defined in the
[TensorFlow's documentation](https://www.tensorflow.org/deploy/distributed).
The distribution strategy inherits these concepts as well and in addition to
that we also clarify several more concepts: