You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi~ I execute "make all" successfully but "make pycaffe" failed. Here is the error:
find: matlab/+caffe/private': No such file or directory make: *** No rule to make target include/caffe/layers/python_layer.hpp', needed by `python/c
affe/_caffe.so'. Stop.
It seems that there is not file in path "include/caffe/layers" compared to the original caffe version, how should i do? Thanks!
I compile caffe code successfully. Encounter issues when I type
/include/caffe/data_layers.hpp:280:8: note: candidate expects 4 arguments, 3 provided
src/caffe/test/test_memory_data_layer.cpp: In instantiation of ‘void caffe::MemoryDataLayerTest_TestForward_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = caffe::FloatCPU]’:
src/caffe/test/test_memory_data_layer.cpp:167:1: required from here
src/caffe/test/test_memory_data_layer.cpp:97:3: error: no matching function for call to ‘caffe::MemoryDataLayer::Reset(float*, float*, int)’
layer->Reset(this->data_->mutable_cpu_data(),
^
src/caffe/test/test_memory_data_layer.cpp:97:3: note: candidate is:
In file included from src/caffe/test/test_memory_data_layer.cpp:4:0:
./include/caffe/data_layers.hpp:280:8: note: void caffe::MemoryDataLayer::Reset(Dtype*, Dtype*, Dtype*, int) [with Dtype = float]
void Reset(Dtype* data, Dtype* label, Dtype* data_dim, int n); // Martin Kersner, 2016/04/19
^
./include/caffe/data_layers.hpp:280:8: note: candidate expects 4 arguments, 3 provided
make: *** [.build_release/src/caffe/test/test_memory_data_layer.o] Error 1
Will this affect the train-Deeplab running? thanks.
The text was updated successfully, but these errors were encountered: