kesara / deepdreamer

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

Error on classifier import #23

Open impactcolor opened 6 years ago

impactcolor commented 6 years ago

Hi I'm getting this error after installing all dependencies:

File "deepdreamer.py", line 11, in from caffe import Classifier, set_device, set_mode_gpu ImportError: cannot import name 'Classifier'