This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Can't pickle local object #1
Comments
baudm
added a commit
that referenced
this issue
Jun 20, 2019
Hi @connorvr could you try again? It's a pickle error due to the lambda in _get_transforms(). If it still doesn't work, try creating a new environment with Python 3.7, PyTorch 1.1, and CUDA 10. These are the versions I'm using. |
Hmm, no luck. I updated it and created a new conda environment with the versions you listed but get a similar error:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am getting the following error when I run it:
It seems like the pickling within the multiprocessing library is causing the crash. I would appreciate any ideas on how to fix it.
The text was updated successfully, but these errors were encountered: