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

how to merge the caffemodel and meanfile and analyse the merged file #5415

Closed
briantse100 opened this issue Mar 16, 2017 · 1 comment
Closed

Comments

@briantse100
Copy link

briantse100 commented Mar 16, 2017

I need to make a tool which can write a file including caffemodel and meanfile. Read one caffemodel and one meanfile, merge them to one file successfully by calling the protobuffer API ReadProtoFromBinaryFile and WriteProtoToTextFile. But how to analyse the merged file? I try to define one class MergeParameter which inherits the google::protobuf::Message. The MergeParameter includes two variables NetParameter and BlobProto. But it doesnot success. Does it has anyother solution? Thanks!

@briantse100 briantse100 changed the title how to merge the caffemodel and meanfile how to merge the caffemodel and meanfile and analyse the merged file Mar 16, 2017
@shelhamer
Copy link
Member

The proto definition is extended by editing caffe.proto, not by editing the generated code or inheriting from protobuf classes.

Please discuss this further on the mailing list.

From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:

Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

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

2 participants