-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hpp/cpp/cu files compile error #1
Comments
Hi @LeoLee96 , |
Hi @farmingyard , I can build successfully without these files. A piece of the error reads like: thanks! |
@LeoLee96 Can you show me your caffe version or URL? |
Hi @farmingyard , |
@LeoLee96 Good job! |
@LeoLee96 hi, i have trained a new model with the ConvolutionDepthwise layer you have provided, but the train time or inference time are pretty slow , i don't know what is the problem? |
hi, @farmingyard , I am trying to compile it with caffe and it shows the error "‘caffe_gpu_set’ was not declared in this scope" in conv_dw_layer.cpp. Any suggestions to solve the problem? Thx |
compile without GPU |
@AllenDun The problem solved ? I meet the same problem. |
have u solved this issue |
Hi @farmingyard ,
I am new to caffe. I got an error saying like "class caffe::ConvolutionParameter’ has no member named ‘kernel_size_size’" in conv_dw_layer.cpp when I'm trying to compile.
Any idea of this error?
FYI, I put the hpp file in caffe_root/inclide/caffe and caffe_root/inclide/caffe/layers. The cu and cpp files in caffe_root/src/caffe/layers. I cannot define it in caffe.proto because there's already a ConvolutionParameter option existing.
thanks!
The text was updated successfully, but these errors were encountered: