-
Notifications
You must be signed in to change notification settings - Fork 131
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
Load numpy first if available #1604
Conversation
Other options:
In any case, the current patch does work in my case. |
For now we only had issues with |
I am a bit afraid that could become black magic, but we could try eventually if we find a new problem. Should we merge this in the meantime then? |
Torch users often get the following issue:
This is due to numpy and torch being loaded in a different order when reloading the pickle. We need a way to make sure numpy is loaded first instead.