From 88240565276f606ec7ef43419ebe58ab4cdbe55d Mon Sep 17 00:00:00 2001 From: Shreyansh Pathak <21f1003357@student.onlinedegree.iitm.ac.in> Date: Sat, 1 Apr 2023 19:41:02 +0530 Subject: [PATCH] Update input_fns.py Corrected grammatical mistake in one of the comments in the file --- twml/twml/input_fns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twml/twml/input_fns.py b/twml/twml/input_fns.py index 394fc8674..eb48c9405 100644 --- a/twml/twml/input_fns.py +++ b/twml/twml/input_fns.py @@ -118,7 +118,7 @@ def data_record_input_fn( if initializable: # when the data parsing dpends on some HashTable or Tensor, the iterator is initalizable and - # therefore we need to be run explicitly + # therefore it needs to be run explicitly iterator = dataset.make_initializable_iterator() tf.add_to_collection(tf.GraphKeys.TABLE_INITIALIZERS, iterator.initializer) else: