Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BadZipFile File is not a zip file #2

Open
rabiaqayyum opened this issue Feb 15, 2022 · 0 comments
Open

BadZipFile File is not a zip file #2

rabiaqayyum opened this issue Feb 15, 2022 · 0 comments

Comments

@rabiaqayyum
Copy link

ctx = mx.gpu(0)
bert = BertEmbedding(ctx=ctx)

This code is giving bad zip file error each time it is run I also tried doing it with glunlp. The error is as follows

BadZipFile Traceback (most recent call last)
in
1 ctx = mx.gpu(0)
----> 2 bert = BertEmbedding(ctx=ctx)

~\anaconda3\envs\gpu3\lib\zipfile.py in _RealGetContents(self)
1196 raise BadZipFile("File is not a zip file")
1197 if not endrec:
-> 1198 raise BadZipFile("File is not a zip file")
1199 if self.debug > 1:
1200 print(endrec)

BadZipFile: File is not a zip file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant