Merge 88240565276f606ec7ef43419ebe58ab4cdbe55d into fb54d8b54984f89f7dba90a18e7c3048421464c3

This commit is contained in:
Shreyansh Pathak 2023-05-22 17:38:55 -05:00 committed by GitHub
commit e1bc65fa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: