Typo fix in distribute_lib.

PiperOrigin-RevId: 338723266
Change-Id: I057cfce1f58c771570d8b1ff13785f7cc275ee67
This commit is contained in:
Rick Chao 2020-10-23 12:28:03 -07:00 committed by TensorFlower Gardener
parent 1f9b6b99ba
commit 09a9081bd3

View File

@ -977,7 +977,7 @@ class StrategyBase(object):
}]
Three key actions happending under the hood of this method are batching,
Three key actions happening under the hood of this method are batching,
sharding, and prefetching.
In the code snippet above, `dataset` is batched by `global_batch_size`, and