Skip to content
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

Open
bnuLyndon opened this issue Oct 1, 2016 · 5 comments
Open

Which caffe version is used #2

bnuLyndon opened this issue Oct 1, 2016 · 5 comments

Comments

@bnuLyndon
Copy link

bnuLyndon commented Oct 1, 2016

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

@yaoyaoyaoGit
Copy link

Hi, Did you solve the question? I also cannot find the parameter

@bnuLyndon
Copy link
Author

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

@Chenly1993
Copy link

Do you solve the problem? Can you give more details?

@GuoxianSong
Copy link

Well, I also meet this problem. I wish someone could help me with this problem.

@iamweiweishi
Copy link

@bnuLyndon is right. The parameter should be added in src/caffe/proto/caffe.proto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants