You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/charry/miniconda3/envs/d2l/lib/python3.9/site-packages/d2l/torch.py", line 2443, in load_data_wiki
data_dir = d2l.download_extract('wikitext-2', 'wikitext-2')
File "/home/charry/miniconda3/envs/d2l/lib/python3.9/site-packages/d2l/torch.py", line 3247, in download_extract
fp = zipfile.ZipFile(fname, 'r')
File "/home/charry/miniconda3/envs/d2l/lib/python3.9/zipfile.py", line 1266, in __init__
self._RealGetContents()
File "/home/charry/miniconda3/envs/d2l/lib/python3.9/zipfile.py", line 1333, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
I think it is because the dataset in the server has been damaged. I reimplemented this error with d2l 1.0.0 - 1.0.3. And it will cause some errors when WikiText-2 dataset is needed.
I have a pull request failed due to this error. I also mentioned that there are some pull requests related fixing typo errors also failed check due to this error.
I hope this error can be fixed as soon as possible.
The text was updated successfully, but these errors were encountered:
When I executed the following part:
I met this error:
I think it is because the dataset in the server has been damaged. I reimplemented this error with d2l 1.0.0 - 1.0.3. And it will cause some errors when WikiText-2 dataset is needed.
I have a pull request failed due to this error. I also mentioned that there are some pull requests related fixing typo errors also failed check due to this error.
I hope this error can be fixed as soon as possible.
The text was updated successfully, but these errors were encountered: