caffe-deconvnet
caffe-deconvnet copied to clipboard
Does this only work with a specific version of caffe?
Am getting this error while compiling .. Do you know why?
ylee3@sviyer:~/caffe$ make pycaffe
CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpp
In file included from ./include/caffe/layer.hpp:10:0,
from ./include/caffe/caffe.hpp:10,
from python/caffe/_caffe.cpp:17:
./include/caffe/layer_factory.hpp: In function ‘void caffe::init_module__caffe()’:
./include/caffe/layer_factory.hpp:87:17: error: ‘static std::string caffe::LayerRegistry<Dtype>::LayerTypeList() [with Dtype = float; std::string = std::basic_string
@greenberet It works with the version under @piergiaj 's repository
I encounterd several issues. 1 src/caffe/layers/contrastive_loss_layer.cpp:69:66: error: ‘const class caffe::ContrastiveLossParameter’ has no member named ‘legacy_version’ 2 src/caffe/blob.cpp:470:13: error: ‘const class caffe::BlobProto’ has no member named ‘double_data_size’
add so on, can you provide some suggestions?