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

Clean up redundant protobuf message comments #2482

Merged
merged 1 commit into from
May 18, 2015

Conversation

longjon
Copy link
Contributor

@longjon longjon commented May 18, 2015

caffe.proto has a series of comments that feel pretty redundant to me, in lines of the form

// Message that stores parameters used by XLayer
message XParameter {

This PR simply removes those comments, in favor of a single explanatory comment before all the layer parameter messages.

@flx42
Copy link
Contributor

flx42 commented May 18, 2015

Yeah, those comments seems to have little value.

@shelhamer
Copy link
Member

Agreed, thanks for stripping these.

shelhamer added a commit that referenced this pull request May 18, 2015
Clean up redundant protobuf message comments
@shelhamer shelhamer merged commit 17e57ae into BVLC:master May 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants