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

Crop layer for automatically aligning computations #1976

Closed
wants to merge 5 commits into from

Commits on Feb 26, 2015

  1. add util/coords.hpp for coordinate mapping functions

    This will be useful for keeping track of the coordinate transformations
    induced by, e.g., convolution and pooling layers.
    longjon authored and shelhamer committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    43fb9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6038911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918ac72 View commit details
    Browse the repository at this point in the history
  4. layers get a pointer back to their owning Net

    This allows layers to do things that depend, e.g., on net topology.
    longjon authored and shelhamer committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    2eef4c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1c0fb2 View commit details
    Browse the repository at this point in the history