hassan-mahmood / TIES_DataGeneration

Dataset Generation Code for: S.R. Qasim, H. Mahmood, and F. Shafait, Rethinking Table Parsing using Graph Neural Networks (2019)
MIT License
118 stars 39 forks source link

why you are using .gz files #11

Open Gangababu1993 opened 4 years ago

Gangababu1993 commented 4 years ago

why are my tfrecords are saying corrupted everytime

linhuaiyi commented 3 years ago

You may check your code read the files with 'GZIP' in tf.data.TFRecordDataset(file_paths, compression_type='GZIP')