kesara / deepdreamer

Easy to configure Python program that make use of Google's DeepDream.
https://deepdreamer.fq.nz/
GNU General Public License v3.0
208 stars 42 forks source link

ImportError: No module named caffe #21

Open ProGamerGov opened 7 years ago

ProGamerGov commented 7 years ago

So I trained a Googlenet model and now I am trying to run your code with my model.

But I get this error:

ImportError: No module named _caffe

or

ImportError: No module named caffe

Even on a VM where I had your project working previously, I still get this error. Nothing seems to fix it. I'm literally going crazy because nothing seems to fix this error, which also exists on everything I try.

kesara commented 6 years ago

@ProGamerGov, I would try reinstalling caffee. I haven't had a chance to work on this project recently, mainly because lack of powerful enough machine to run it.

kesara commented 6 years ago

@ProGamerGov, Seems like Caffe 1.0.0 doesn't work with python 2.7 anymore. Can you try out the latest release v0.0.2a? Make sure you use python3 :)