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

Subsample #1

Open
wants to merge 18 commits into
base: future
Choose a base branch
from
Open

Subsample #1

wants to merge 18 commits into from

Commits on Mar 9, 2015

  1. Configuration menu
    Copy the full SHA
    2a311ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3794190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4267efc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc38a31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b9cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Configuration menu
    Copy the full SHA
    66d24bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde046a View commit details
    Browse the repository at this point in the history
  3. Merge pull request BVLC#1976 from shelhamer/crop-layer

    Crop layer for automatically aligning computations
    longjon committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    5738a5b View commit details
    Browse the repository at this point in the history
  4. Merge pull request BVLC#1977 from shelhamer/accum-grad

    Decouple the computational batch size and minibatch size by accumulating gradients
    longjon committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    10c133a View commit details
    Browse the repository at this point in the history
  5. Merge pull request BVLC#2086 from longjon/python-net-spec

    Python net specification
    longjon committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    8c7ce28 View commit details
    Browse the repository at this point in the history
  6. add README + creation script

    longjon committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    bc73051 View commit details
    Browse the repository at this point in the history
  7. patch proto for upgrading models from earlier pre-release

    Thanks to Tamaki Kojima for the patch. This is needed as CropLayer was
    not merged before the transition to the new proto format.
    shelhamer authored and longjon committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    7e0fb7c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Merge pull request BVLC#2009 from philkr/memory

    Saving memory by reusing col_buffer_.
    coltrane89 committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    57eb3e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. added hole algorithm for subsampling

    coltrane89 committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    6f852c1 View commit details
    Browse the repository at this point in the history
  2. fix missing statements in include

    coltrane89 committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    4abe9ea View commit details
    Browse the repository at this point in the history

Commits on May 2, 2015

  1. Configuration menu
    Copy the full SHA
    673fb7f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. fixed implementation of col2im and im2col gpu

    ellery russell committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    6576177 View commit details
    Browse the repository at this point in the history
  2. fix col2im gpu

    ellery russell committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    17751b1 View commit details
    Browse the repository at this point in the history