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

would be nice to show examples derived from real use cases #74

Open
timotheecour opened this issue Mar 19, 2016 · 4 comments
Open

would be nice to show examples derived from real use cases #74

timotheecour opened this issue Mar 19, 2016 · 4 comments

Comments

@timotheecour
Copy link
Contributor

would be nice to show examples derived from real use cases to see where it works and where it doesn't yet work;

eg with no imports:
https://github.com/BVLC/caffe/blob/master/src/caffe/proto/caffe.proto

more complex eg with imports:
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/graph.proto

eg: loading from prototxt text format:
https://github.com/BVLC/caffe/blob/master/models/bvlc_reference_caffenet/solver.prototxt

eg: loading from proto wire format:
...

@denizzzka
Copy link
Contributor

loading from prototxt text format

what for? is it working somewhere?

@timotheecour
Copy link
Contributor Author

if you're asking whether protocol buffer text format is used, yes it used extensively in companies that use protocol buffers; [that file provides such an example].
Use cases: conveniently define protos in a human readable way, eg in tests, when writing configuration, as a replacement for command line flags (1 flag as proto ascii format instead of multiple command line flags)

@denizzzka
Copy link
Contributor

In my opinion this vicious practice must remain the problem of these companies

@timotheecour
Copy link
Contributor Author

In my opinion this vicious practice must remain the problem of these companies

Care to elaborate? Which part of it is nasty?
If google has a strong use case for it, I'm sure others have as well.

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