Minor description fix.

PiperOrigin-RevId: 341991277
Change-Id: Ib5b5bf897aa00c6238774bfbe0a7c24cf225ffb4
This commit is contained in:
A. Unique TensorFlower 2020-11-12 00:06:28 -08:00 committed by TensorFlower Gardener
parent 6887e936ce
commit f481df18f7

View File

@ -1001,7 +1001,7 @@ class ClusterCoordinator(object):
This method is non-blocking in that it queues the `fn` which will be
executed later and returns a
`tf.distribute.experimental.coordinator.RemoteValue` object immediately.
`fetch` can be called on the it to wait for the function execution to finish
`fetch` can be called on it to wait for the function execution to finish
and retrieve its output from a remote worker. On the other hand, call
`tf.distribute.experimental.coordinator.ClusterCoordinator.join` to wait for
all scheduled functions to finish.