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

Groomed version of @fyu's dilated convolution #3487

Merged
merged 6 commits into from
Dec 28, 2015
Merged

Commits on Dec 28, 2015

  1. add support for 2D dilated convolution

    fyu authored and longjon committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    93bfcb5 View commit details
    Browse the repository at this point in the history
  2. add support for N-D dilated convolution

    fyu authored and longjon committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    18c795e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7674799 View commit details
    Browse the repository at this point in the history
  4. disable dilated deconvolution

    fyu authored and longjon committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    c25c579 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e3e9ce View commit details
    Browse the repository at this point in the history
  6. enable dilated deconvolution

    Since the underlying routines are shared, we need only upgrade
    compute_output_shape.
    longjon committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    bbc4e57 View commit details
    Browse the repository at this point in the history