This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
PicklingError due to recent Caffe update #2024
Comments
BTW, this bug has a long story #306 |
I have the same problem :( and try import PYTHONPATH but did NOT work |
uhfband@59faee3#diff-0d1ba4e35115631664436b13944953fd |
@uhfband The replace works for me, thanks a lot! |
not work for me!!! |
I also encountered this problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BVLC/caffe#6219 fixed some pickling bug that occurred due to the namespace
caffe_pb2
was in. That fix however causes the following error when loading DIGITS:Consequently, none of the existing models can load successfully.Is it possible for DIGITS to handle this exception and fix the jobs on-the-fly during loading?Correction: I double checked and existing models seem to load and be okay. Any new ones however, fail to save!
To reproduce, create a job using a Caffe backend, shut down the server, update and recompile Caffe, then restart DIGITS and try to clone a job. It will appear in the models list, but will fail to save (there will be no
status.pickle
).The text was updated successfully, but these errors were encountered: