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

feat: support adaptive avg pool 2d and 3d dynamo converters #2632

Merged

Commits on Mar 21, 2024

  1. WIP: need to fix the bug that output values are incorrect sometimes. …

    …Try using 'interpolate' instead of 'pad'
    zewenli98 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    db11ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e0aa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. refactor to separate 2d and 3d functions for maintainability, fix bug…

    …s for corner cases, and add more tests
    zewenli98 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cbc09ae View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. combine two pools

    zewenli98 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    61b74f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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