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

add Upsample and PixelShuffle layers #1468

Merged
merged 19 commits into from
Feb 11, 2021
Merged

add Upsample and PixelShuffle layers #1468

merged 19 commits into from
Feb 11, 2021

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    662ef5f View commit details
    Browse the repository at this point in the history
  2. scale; add news; docs

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3db3dad View commit details
    Browse the repository at this point in the history
  3. Update src/layers/upsample.jl

    Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
    CarloLucibello and mcabbott committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    39b892d View commit details
    Browse the repository at this point in the history
  4. small fixes

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    96ab813 View commit details
    Browse the repository at this point in the history
  5. fix

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d3c9cde View commit details
    Browse the repository at this point in the history
  6. add neirest

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d50df60 View commit details
    Browse the repository at this point in the history
  7. add gpu tests

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    320d9a8 View commit details
    Browse the repository at this point in the history
  8. arg error

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f531206 View commit details
    Browse the repository at this point in the history
  9. update

    CarloLucibello committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    93287dd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    bf06f0c View commit details
    Browse the repository at this point in the history
  2. fix outputsize

    CarloLucibello committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    6d1d55f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. new interface

    CarloLucibello committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e252e46 View commit details
    Browse the repository at this point in the history
  2. style cleanups

    DhairyaLGandhi authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9c91491 View commit details
    Browse the repository at this point in the history
  3. update docstring

    Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
    CarloLucibello and mcabbott authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e2bc4e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05a9a2d View commit details
    Browse the repository at this point in the history
  5. add test

    CarloLucibello committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8503f4b View commit details
    Browse the repository at this point in the history
  6. fix test

    CarloLucibello committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    91cac26 View commit details
    Browse the repository at this point in the history
  7. fix test

    CarloLucibello committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    75094d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Println -> print

    Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
    DhairyaLGandhi and mcabbott authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9acaae9 View commit details
    Browse the repository at this point in the history