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 flexible bilinear upsampling aspect ratio redux #1317

Merged
merged 10 commits into from
May 3, 2017
Merged

Add flexible bilinear upsampling aspect ratio redux #1317

merged 10 commits into from
May 3, 2017

Commits on Apr 20, 2017

  1. bilinear upsampling module

    Andrew Giessel committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    183314c View commit details
    Browse the repository at this point in the history
  2. bilinear upsampling functions

    Andrew Giessel committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    3a058e1 View commit details
    Browse the repository at this point in the history
  3. bilinear upsampling tests

    Andrew Giessel committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    6611bb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. refactor out bilinear_scale_factor check

    Moved to functional.py
    Andrew Giessel committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    5752795 View commit details
    Browse the repository at this point in the history
  2. checks for None in _pair() calls

    Andrew Giessel committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    435500f View commit details
    Browse the repository at this point in the history
  3. adding __setstate__()

    Andrew Giessel committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    25b19f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Adding Integral import

    Andrew Giessel committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    9513b24 View commit details
    Browse the repository at this point in the history
  2. actually return scale_factor after check

    Andrew Giessel committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    dbc26bd View commit details
    Browse the repository at this point in the history
  3. sneak linting

    Andrew Giessel committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    c2f5f96 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Move casting to tuples out of parent function

    This allows for the base class to be used for upsampling routines other
    than 2d.  I also renamed _check_bilinear_2d_scale_factor().
    Andrew Giessel committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    1d02692 View commit details
    Browse the repository at this point in the history