From 0b13d0806b061deaec0e96cfdca1ae4509174f89 Mon Sep 17 00:00:00 2001 From: Ruoxin Sang Date: Mon, 8 Oct 2018 15:24:56 -0700 Subject: Simple comment fix in CheckpointInputPipelineHook. PiperOrigin-RevId: 216260216 --- tensorflow/python/data/experimental/ops/iterator_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/python') diff --git a/tensorflow/python/data/experimental/ops/iterator_ops.py b/tensorflow/python/data/experimental/ops/iterator_ops.py index 72d7d58f06..5eb2563977 100644 --- a/tensorflow/python/data/experimental/ops/iterator_ops.py +++ b/tensorflow/python/data/experimental/ops/iterator_ops.py @@ -198,7 +198,7 @@ class CheckpointInputPipelineHook(session_run_hook.SessionRunHook): # is run *after* this hook. That is troublesome because # 1. If a checkpoint exists and this hook restores it, the initializer hook # will override it. - # 2. If no checkpoint exists, this hook will try to save an initialized + # 2. If no checkpoint exists, this hook will try to save an uninitialized # iterator which will result in an exception. # # As a temporary fix we enter the following implicit contract between this -- cgit v1.2.3