Fixed typo
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 6 Feb 2018 20:30:05 +0000 (12:30 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Feb 2018 20:55:21 +0000 (12:55 -0800)
PiperOrigin-RevId: 184721743

tensorflow/contrib/tpu/python/tpu/tpu_config.py

index b8ae2bf..a1076b7 100644 (file)
@@ -51,7 +51,7 @@ class TPUConfig(
   r"""TPU related configuration required by `TPUEstimator`.
 
   Args:
-    iterations_per_loop: This is the number of train steps runnining in TPU
+    iterations_per_loop: This is the number of train steps running in TPU
       system before returning to CPU host for each `Session.run`. This means
       global step is increased `iterations_per_loop` times in one `Session.run`.
       It is recommended to be set as number of global steps for next checkpoint.