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 SwinV2 #6246

Merged
merged 61 commits into from
Aug 10, 2022
Merged

Add SwinV2 #6246

merged 61 commits into from
Aug 10, 2022

Commits on Jul 7, 2022

  1. init submit

    ain-soph committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6eeecf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a104e79 View commit details
    Browse the repository at this point in the history
  3. fix typo

    ain-soph committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7ad94a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f1a59b View commit details
    Browse the repository at this point in the history
  5. support ufmt and mypy

    ain-soph committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e28ec45 View commit details
    Browse the repository at this point in the history
  6. fix 2 unittest errors

    ain-soph committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ff44832 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. fix ufmt issue

    ain-soph committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    7d84b31 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
    ain-soph and datumbox authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4a21e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e488d5 View commit details
    Browse the repository at this point in the history
  4. unify codes

    ain-soph committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    8e0f8f6 View commit details
    Browse the repository at this point in the history
  5. fix meshgrid indexing

    ain-soph committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    284ca50 View commit details
    Browse the repository at this point in the history
  6. fix a bug

    ain-soph committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e801222 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32bee48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56cb30b View commit details
    Browse the repository at this point in the history
  9. fix type check

    ain-soph committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    eb06414 View commit details
    Browse the repository at this point in the history
  10. add type_annotation

    ain-soph committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5deccd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. add slow model

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    75bcbc7 View commit details
    Browse the repository at this point in the history
  2. fix device issue

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    084833e View commit details
    Browse the repository at this point in the history
  3. fix ufmt issue

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    a0498a9 View commit details
    Browse the repository at this point in the history
  4. add expect pickle file

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c9b77c8 View commit details
    Browse the repository at this point in the history
  5. fix jit script issue

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    81e2a2e View commit details
    Browse the repository at this point in the history
  6. fix type check

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    3eb0de8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7a4ca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    005bb13 View commit details
    Browse the repository at this point in the history
  9. avoid code duplication

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    69bad17 View commit details
    Browse the repository at this point in the history
  10. a better code reuse

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    6717145 View commit details
    Browse the repository at this point in the history
  11. update window_size argument

    ain-soph committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    0dc1b22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b85859 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. add PatchMergingV2

    ain-soph committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    b9bba94 View commit details
    Browse the repository at this point in the history
  2. modify expect.pkl

    ain-soph committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    4d8de8a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    db94095 View commit details
    Browse the repository at this point in the history
  2. fix type check

    ain-soph committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    54cf584 View commit details
    Browse the repository at this point in the history
  3. fix indent

    ain-soph committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    568731c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b04b9c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    a0e7a40 View commit details
    Browse the repository at this point in the history
  2. remove v2 builder

    ain-soph committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f643ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b338b View commit details
    Browse the repository at this point in the history
  4. deprecate dropout

    ain-soph committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8a13f93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ea5df View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    1c7579c View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    daf8e19 View commit details
    Browse the repository at this point in the history
  3. remove doc modification

    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0587039 View commit details
    Browse the repository at this point in the history
  4. Revert "deprecate dropout"

    This reverts commit 8a13f93.
    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1526658 View commit details
    Browse the repository at this point in the history
  5. Revert "fix dynamic padding edge case"

    This reverts commit 1c7579c.
    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a7b18d8 View commit details
    Browse the repository at this point in the history
  6. remove unused kwargs

    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5353afb View commit details
    Browse the repository at this point in the history
  7. add downsample docs

    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    83f9d3d View commit details
    Browse the repository at this point in the history
  8. revert block default value

    ain-soph committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e07de70 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. revert argument order change

    ain-soph committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ce0103a View commit details
    Browse the repository at this point in the history
  2. explicitly specify start_dim

    ain-soph committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    07fb86b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2670ae1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. add small and base variants

    ain-soph committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    fba200b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f8935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0a53b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Aug 4, 2022

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

Commits on Aug 8, 2022

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

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    3fd6968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72cd9d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. fix lint

    jdsgomes committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    68ffa1c View commit details
    Browse the repository at this point in the history
  2. fix end of files line

    jdsgomes committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    73373a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c13c5ef View commit details
    Browse the repository at this point in the history