language icon indicating copy to clipboard operation
language copied to clipboard

I am getting EOF error in gzip

Open DivyaWadehra opened this issue 6 years ago • 1 comments

Compressed file ended before the end-of-stream marker was reached

DivyaWadehra avatar Apr 17 '19 09:04 DivyaWadehra

Change the 'r' to 'rb' in all lines of tf.gfile.Open. tf.gfile.Open(path, "rb")

renatoviolin avatar Jun 14 '19 20:06 renatoviolin