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 circular padding #8619

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 31, 2024

  1. Add circular padding

    Not sure why this wasn't here already, it was already implemented in both pytorch and numpy, just under different names for the padding modes ("circular" and "wrap" respectively). I'm choosing "circular" here since this is for pytorch. Tested and it works fine.
    SeanScripts committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7ff9672 View commit details
    Browse the repository at this point in the history
  2. Lint fix

    SeanScripts committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0f55ee6 View commit details
    Browse the repository at this point in the history