DeepCompression-caffe icon indicating copy to clipboard operation
DeepCompression-caffe copied to clipboard

编译的时候头文件没有masks_等参数的定义

Open aboy2018 opened this issue 6 years ago • 0 comments

您好: 我在编译的时候发现cpp文件中有masks_参数的运用,但是头文件中没有定义一系列参数,是在其他地方定义的吗?

/home4/jiashuaihe/environment/caffe/src/caffe/layers/cmp_conv_layer.cu(63): error: class "caffe::CmpConvolutionLayer" has no member "masks_" detected during instantiation of "void caffe::CmpConvolutionLayer<Dtype>::Forward_gpu(const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &, const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &) [with Dtype=float]" (132): here

aboy2018 avatar Dec 30 '19 09:12 aboy2018