-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Comments
You can generate the file from caffe.proto by using google protocol buffers.
|
@niuzhiheng Thank you very much. |
You can generate the file from caffe.proto by using google protocol buffers. I don't understand how to do this? |
fix restart crash by removing global reference.
I'm still facing the problem when I'm trying to include caffe/caffe.hpp in my own c++ project. |
merge from upstream. Correct a mistake on math notation
@liuwenling
works for me :) |
Add set_active_param_names. compute norm.
In many header files, there is one line #include "caffe/proto/caffe.pb.h", but I cannot find it.
The text was updated successfully, but these errors were encountered: