Open kulshrestha13 opened 2 years ago
Which file exactly?
Probably it was not downloaded completely. Did you retry?
I am having a similar issue with the train data. Here is the error I get when trying to unzip partaa of the train (or the concatenated version of the train data parts)
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
When I ran your scripts, the file got downloaded in Google Colab Noebook, but I could not read the data. It is a .tar.gz file but when I extracted it, it gave me the following error- 'OSError: Not a gzipped file '
Can you tell me how to extract and read it?
Thanks