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

Issue with Pickle #3

Open
matanzuckerman opened this issue Jun 20, 2019 · 1 comment
Open

Issue with Pickle #3

matanzuckerman opened this issue Jun 20, 2019 · 1 comment

Comments

@matanzuckerman
Copy link

Hi @semion1956 @tomerm
We have an issue we would like your opinion about it.
There resources (w2v, wev, indexer) we are loading are all in the format of pickle.
This might cause a problem because if the pickle module versions between the docker and the server is different than the code might fail. Now we are getting a warning about it (it's working but maybe in a year from now it might not).

Thank you.

@semion1956
Copy link
Collaborator

@matanzuckerman
What about pickle and few its latest versions, code works correctly in spite of warnings. However, you should have the same environment for training/testing and runtime. In opposite case your code might fail without any warnings, and not necessarily by the fault of pickle.

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

2 participants