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

Where is the "caffe/proto/caffe.pb.h" file? #22

Closed
lifeiteng opened this issue Dec 30, 2013 · 7 comments
Closed

Where is the "caffe/proto/caffe.pb.h" file? #22

lifeiteng opened this issue Dec 30, 2013 · 7 comments
Labels

Comments

@lifeiteng
Copy link

In many header files, there is one line #include "caffe/proto/caffe.pb.h", but I cannot find it.

@niuzhiheng
Copy link
Contributor

You can generate the file from caffe.proto by using google protocol buffers.
On 30 Dec, 2013 8:16 pm, "Feiteng Li" notifications@github.com wrote:

In many header files, there is one line #include "caffe/proto/caffe.pb.h",
but I cannot find it.


Reply to this email directly or view it on GitHubhttps://github.com//issues/22
.

@lifeiteng
Copy link
Author

@niuzhiheng Thank you very much.

@AjayTalati
Copy link

You can generate the file from caffe.proto by using google protocol buffers.

I don't understand how to do this?

Cysu pushed a commit to Cysu/caffe that referenced this issue Jan 4, 2016
fix restart crash by removing global reference.
@lingerois
Copy link

I'm still facing the problem when I'm trying to include caffe/caffe.hpp in my own c++ project.
Can anyone provide some more detailed information about solving this problem?

andpol5 pushed a commit to andpol5/caffe that referenced this issue Aug 30, 2016
merge from upstream. Correct a mistake on math notation
@fanshiqing
Copy link

@liuwenling
Assume that your Caffe installation is located at CAFFE_ROOT.

$ cd $CAFFE_ROOT/src
$ protoc caffe/proto/caffe.proto --cpp_out=../include/

works for me :)

twmht pushed a commit to twmht/caffe that referenced this issue Aug 20, 2018
Add set_active_param_names. compute norm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants
@shelhamer @niuzhiheng @lifeiteng @fanshiqing @lingerois @AjayTalati and others