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

Layer definitions and declarations re-organization and documentation #376

Merged
merged 7 commits into from
May 19, 2014
Merged

Layer definitions and declarations re-organization and documentation #376

merged 7 commits into from
May 19, 2014

Conversation

sergeyk
Copy link
Contributor

@sergeyk sergeyk commented Apr 29, 2014

The goal is to have a more readable and easily navigable codebase (concerning layer definitions/declarations):

  • Split parts of vision_layers.hpp into loss_layers.hpp, data_layers.hpp, and neuron_layers.hpp.
  • Add LossLayer for cleaner inheritance
  • Split loss layer implementations into own .cpp files
  • Concise documentation of each Layer in the header files


/*
TanHLayer
Hyperbolic tangent non-linearity.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Popular in auto-encoders.

@shelhamer
Copy link
Member

Thanks for the arranging and documenting! Once this is done we should do another release–it's been over a month and dev bears so many gifts.

@sergeyk
Copy link
Contributor Author

sergeyk commented May 19, 2014

The docstrings aren't all there, but let's get this into dev and follow up with small commits with docs later.

@sergeyk sergeyk changed the title [WIP] Layer definitions and declarations re-organization and documentation Layer definitions and declarations re-organization and documentation May 19, 2014
sergeyk added a commit that referenced this pull request May 19, 2014
Layer definitions and declarations re-organization and documentation
@sergeyk sergeyk merged commit 8534541 into BVLC:dev May 19, 2014
@shelhamer shelhamer mentioned this pull request May 20, 2014
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
Layer definitions and declarations re-organization and documentation
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

Successfully merging this pull request may close these issues.

2 participants