Closed sbrugman closed 9 years ago
Are you sure you're installing the rock providing the full path to your caffe installation?
CAFFE_DIR=/home/user/caffe luarocks install caffe
This time I get the following error:
/tmp/luarockscaffe-1.0-0-4007/torch-caffe-binding/caffe.cpp: In function ‘void init(void*, const char, const char)’:
/tmp/luarockscaffe-1.0-0-4007/torch-caffe-binding/caffe.cpp:24:55: error: no matching function for call to ‘caffe::Net
caffe code is being changed without backward compatibility, let me check if it can be fixed fast
ok it was easy, try to install again
Thank you
When installing the Torch binding for Caffe (https://github.com/szagoruyko/torch-caffe-binding) I get the following error: tmp/luarocks_caffe-1.0-0-4572/torch-caffe-binding/caffe.cpp:5:27: fatal error: caffe/caffe.hpp: File or directory doesn't exists #include "caffe/caffe.hpp"
I've Caffe installed, in CPU only mode. Is this error related? Does anyone knows how to solve this? There is only very little documentation. Looks like I've missed something in the installation of Caffe.