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
src/caffe/layers/conv_dw_layer.cpp:125:3: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(weight_multiplier_.count(), Dtype(1), weight_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:312:19: note: in instantiation of member function 'caffe::ConvolutionDepthwiseLayer::Reshape' requested here
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
^
src/caffe/layers/conv_dw_layer.cpp:139:5: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(bias_multiplier_.count(), Dtype(1), bias_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:125:3: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(weight_multiplier_.count(), Dtype(1), weight_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:312:19: note: in instantiation of member function 'caffe::ConvolutionDepthwiseLayer::Reshape' requested here
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
^
src/caffe/layers/conv_dw_layer.cpp:139:5: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(bias_multiplier_.count(), Dtype(1), bias_multiplier_.mutable_gpu_data());
^
4 errors generated.
make: *** [.build_release/src/caffe/layers/conv_dw_layer.o] Error 1
make: *** Waiting for unfinished jobs....
cpu版本未编译过,还是建议你采用gpu版本来尝试吧
At 2018-04-25 17:47:49, "ming5432ming" <notifications@github.com> wrote:
src/caffe/layers/conv_dw_layer.cpp:125:3: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(weight_multiplier_.count(), Dtype(1), weight_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:312:19: note: in instantiation of member function 'caffe::ConvolutionDepthwiseLayer::Reshape' requested here
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
^
src/caffe/layers/conv_dw_layer.cpp:139:5: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(bias_multiplier_.count(), Dtype(1), bias_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:125:3: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(weight_multiplier_.count(), Dtype(1), weight_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:312:19: note: in instantiation of member function 'caffe::ConvolutionDepthwiseLayer::Reshape' requested here
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
^
src/caffe/layers/conv_dw_layer.cpp:139:5: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(bias_multiplier_.count(), Dtype(1), bias_multiplier_.mutable_gpu_data());
^
4 errors generated.
make: *** [.build_release/src/caffe/layers/conv_dw_layer.o] Error 1
make: *** Waiting for unfinished jobs....
编译cpu版本时,新添加的层 conv_dw_layer.cpp中的 caffe_gpu_set报错, 该怎么修改呢???
多谢
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
src/caffe/layers/conv_dw_layer.cpp:125:3: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(weight_multiplier_.count(), Dtype(1), weight_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:312:19: note: in instantiation of member function 'caffe::ConvolutionDepthwiseLayer::Reshape' requested here
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
^
src/caffe/layers/conv_dw_layer.cpp:139:5: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(bias_multiplier_.count(), Dtype(1), bias_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:125:3: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(weight_multiplier_.count(), Dtype(1), weight_multiplier_.mutable_gpu_data());
^
src/caffe/layers/conv_dw_layer.cpp:312:19: note: in instantiation of member function 'caffe::ConvolutionDepthwiseLayer::Reshape' requested here
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
^
src/caffe/layers/conv_dw_layer.cpp:139:5: error: use of undeclared identifier 'caffe_gpu_set'
caffe_gpu_set(bias_multiplier_.count(), Dtype(1), bias_multiplier_.mutable_gpu_data());
^
4 errors generated.
make: *** [.build_release/src/caffe/layers/conv_dw_layer.o] Error 1
make: *** Waiting for unfinished jobs....
编译cpu版本时,新添加的层 conv_dw_layer.cpp中的 caffe_gpu_set报错, 该怎么修改呢???
多谢
The text was updated successfully, but these errors were encountered: