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

Refactor convolution layer and add deconvolution layer #1615

Merged
merged 6 commits into from
Feb 1, 2015

Commits on Jan 11, 2015

  1. add BaseConvolutionLayer

    This provides a common place for code used by ConvolutionLayer and
    DeconvolutionLayer, simplifying the implementations of both.
    longjon committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    8d2aebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e9db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3e2f2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3617352 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. document DeconvolutionLayer

    longjon committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    408133c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c2e3f View commit details
    Browse the repository at this point in the history