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

deploy.prototxt error #9

Closed ghost closed 8 years ago

ghost commented 8 years ago

I get the following error when running:

[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 7:15: Message type "caffe.LayerParameter" has no field named "input_param".
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0502 18:42:02.591785 20844 upgrade_proto.cpp:928] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: deploy.prototxt
*** Check failure stack trace: ***

I added force_backward: true to deploy.prototxt but to no avail. Any ideas?

ghost commented 8 years ago

Nevermind. The issue was an old caffe version lurking in my path.