-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Pickle file load error #299
Comments
I think there might be some misunderstanding here. What code are you trying to execute? If you're trying to do something like
then no, that won't work. That's not a pickle file, it's an internally defined binary data file, with a custom data format. It's read by the |
Can you post the code of the load method? It is not working. |
Code to do what?
will load the models. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Model files for deps, ner, and pos are giving invalid load key or EOF error when I try to load them using pickle. I have run it on windows and linux systems. I don't think it is a binary mode transfer issue. I have checked it in detail. I am not able to figure out the issue.
The text was updated successfully, but these errors were encountered: