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
/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::Forward_gpu(const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &, const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &) [with Dtype=float]"
(132): here
The text was updated successfully, but these errors were encountered:
您好:
我在编译的时候发现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::Forward_gpu(const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &, const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &) [with Dtype=float]"
(132): here
The text was updated successfully, but these errors were encountered: