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

Fix convolution & pooling type-stability #370

Merged
merged 23 commits into from
Jan 23, 2022
Merged

Fix convolution & pooling type-stability #370

merged 23 commits into from
Jan 23, 2022

Commits on Jan 7, 2022

  1. Implement dynamic DynDenseConvDims

    Anton Smirnov committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    862a6a5 View commit details
    Browse the repository at this point in the history
  2. Refactor

    Anton Smirnov committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    df414b5 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Anton Smirnov committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b8da410 View commit details
    Browse the repository at this point in the history
  4. Fix conv type-stability

    Anton Smirnov authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8c45a2f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Revert refactoring

    Anton Smirnov committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    5736738 View commit details
    Browse the repository at this point in the history
  2. Fix other conv dims type inference

    Anton Smirnov committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    e91e1ec View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Refactor

    Anton Smirnov committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e282bd9 View commit details
    Browse the repository at this point in the history
  2. Add inference tests

    Anton Smirnov committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    8b9a636 View commit details
    Browse the repository at this point in the history
  3. Add types

    Anton Smirnov committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    5bb749f View commit details
    Browse the repository at this point in the history
  4. Fix types

    Anton Smirnov committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    6274564 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Optimize pooling

    Anton Smirnov committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    63dc935 View commit details
    Browse the repository at this point in the history
  2. Improve backwards pooling

    Anton Smirnov committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    54f2501 View commit details
    Browse the repository at this point in the history
  3. Uncomment tests

    Anton Smirnov committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9ed082d View commit details
    Browse the repository at this point in the history
  4. Uncomment tests

    Anton Smirnov committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2129652 View commit details
    Browse the repository at this point in the history
  5. Remove local stuff

    Anton Smirnov committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    05a172e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Merge remote-tracking branch 'origin/master'

    Anton Smirnov committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    33e1b63 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Specialize on kernel size

    Anton Smirnov committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    008f334 View commit details
    Browse the repository at this point in the history
  2. Remove local stuff

    Anton Smirnov committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    cf8bbcd View commit details
    Browse the repository at this point in the history
  3. Copy-pasting is evil

    Anton Smirnov committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    3ee78e7 View commit details
    Browse the repository at this point in the history
  4. More improvements

    Anton Smirnov committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    0ba40f8 View commit details
    Browse the repository at this point in the history
  5. Revert unnecessary changes

    Anton Smirnov committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    df1f787 View commit details
    Browse the repository at this point in the history
  6. Revert more changes

    Anton Smirnov committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8a63b9c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Do not use repeat and remove "default" ConvDims functions

    Anton Smirnov committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    ecfb9f6 View commit details
    Browse the repository at this point in the history