You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macos mojave
trying to run solve.py
prerequisites installed as said here https://github.com/s9xie/hed#installing
but i always get error File "../../python/caffe/pycaffe.py", line 13, in <module> from ._caffe import Net, SGDSolver ImportError: No module named _caffe
what should I do?
The text was updated successfully, but these errors were encountered:
I also meet that, but I can't solve it now.
I think it may associated with doc "hed/caffe.cloc", buy I don't know how to use the code in it. Also, one web tutorial says “This problem is because the python module of caffe is not compiled, and the solution is to recompile pycaffe.” , and give the code: "sudo make pycaffe". Unfortunately, I don't know how to run this code.
macos mojave
trying to run solve.py
prerequisites installed as said here https://github.com/s9xie/hed#installing
but i always get error
File "../../python/caffe/pycaffe.py", line 13, in <module> from ._caffe import Net, SGDSolver ImportError: No module named _caffe
what should I do?
The text was updated successfully, but these errors were encountered: