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

lacking of _caffe #5

Open
chensongkui opened this issue Nov 7, 2018 · 1 comment
Open

lacking of _caffe #5

chensongkui opened this issue Nov 7, 2018 · 1 comment

Comments

@chensongkui
Copy link

[zhuml@mediaszu exper]$ sh main_test_denoise.sh
Traceback (most recent call last):
File "tools/deepdenoising.py", line 14, in
from denoise_image import ImageDenoiser
File "/home/DeepDenoising-master/DeepDenoising-master/exper/tools/denoise_image.py", line 18, in
import caffe
File "/home/DeepDenoising-master/DeepDenoising-master/python/caffe/init.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver
File "/home/DeepDenoising-master/DeepDenoising-master/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
ImportError: No module named _caffe

Hi, i meet a problem about lacking of a module named _caffe when i run ''sh main_test_denoise.sh'', can you help me?

@linyangfei
Copy link

You have to run "make all" first

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