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

[PyTorch] Fix get_swa_mask() for padding masks #1281

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

Commits on Oct 19, 2024

  1. WIP: fix get_swa_mask for padding

    Signed-off-by: Charlene Yang <8636796+cyanguwa@users.noreply.github.com>
    cyanguwa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e36273a View commit details
    Browse the repository at this point in the history
  2. fix mask type setting

    Signed-off-by: Charlene Yang <8636796+cyanguwa@users.noreply.github.com>
    cyanguwa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4b19996 View commit details
    Browse the repository at this point in the history
  3. fix the order of checking valid swa and changing mask type

    Signed-off-by: Charlene Yang <8636796+cyanguwa@users.noreply.github.com>
    cyanguwa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7f08d47 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3dfe1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a22f93 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Signed-off-by: Charlene Yang <8636796+cyanguwa@users.noreply.github.com>
    cyanguwa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5f5c5c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe721b View commit details
    Browse the repository at this point in the history