TIES_DataGeneration icon indicating copy to clipboard operation
TIES_DataGeneration copied to clipboard

why you are using .gz files

Open Gangababu1993 opened this issue 6 years ago • 1 comments

why are my tfrecords are saying corrupted everytime

Gangababu1993 avatar Apr 01 '20 13:04 Gangababu1993

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

linhuaiyi avatar Oct 30 '20 10:10 linhuaiyi