-
Notifications
You must be signed in to change notification settings - Fork 27
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
Which caffe version is used #2
Comments
Hi, Did you solve the question? I also cannot find the parameter |
I think it is a problem of the src/caffe/proto/caffe.proto file. The parameters should be declared in this file but it doesn't exist in this code |
Do you solve the problem? Can you give more details? |
Well, I also meet this problem. I wish someone could help me with this problem. |
@bnuLyndon is right. The parameter should be added in src/caffe/proto/caffe.proto. |
Hi, I’m trying to compile the DRML code with caffe rc-2. However there’s an error saying:
src/caffe/layers/box_layer.cpp:25:13: error: ‘class caffe::LayerParameter’ has no member named ‘box_param’
height_ = this->layer_param_.box_param().height();
So I am wondering maybe I used a wrong version of caffe?
Thanks,
Lyndon
The text was updated successfully, but these errors were encountered: