google-research / language

Shared repository for open-sourced projects from the Google AI Language team.
https://ai.google/research/teams/language/
Apache License 2.0
1.61k stars 345 forks source link

I am getting EOF error in gzip #6

Open DivyaWadehra opened 5 years ago

DivyaWadehra commented 5 years ago

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

renatoviolin commented 5 years ago

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