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

MSN (Masked Siamese Networks) for ViT #18815

Merged
merged 30 commits into from Sep 22, 2022
Merged

MSN (Masked Siamese Networks) for ViT #18815

merged 30 commits into from Sep 22, 2022

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    3c03aca View commit details
    Browse the repository at this point in the history
  2. chore: change license year.

    sayakpaul committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    26d5797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c3732 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a965dd View commit details
    Browse the repository at this point in the history
  5. fix: import paths.

    sayakpaul committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    aa383d0 View commit details
    Browse the repository at this point in the history
  6. add: rest of the files.

    sayakpaul committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    56f5be2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. add and fix rest of the files.

    Co-authored-by: Niels <niels.rogge1@gmail.com>
    sayakpaul and NielsRogge committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fd9d18f View commit details
    Browse the repository at this point in the history
  2. chore: formatting.

    sayakpaul committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7887834 View commit details
    Browse the repository at this point in the history
  3. code quality fix.

    sayakpaul committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    65f557c View commit details
    Browse the repository at this point in the history
  4. chore: remove pooler.

    sayakpaul committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2d93367 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    e4493fa View commit details
    Browse the repository at this point in the history
  2. fix: configuration object.

    sayakpaul committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    92f3ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 13, 2022

  1. fix: basemodeloutput.

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5ba5e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e1412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49b078 View commit details
    Browse the repository at this point in the history
  4. add: vit msn readme.

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1db608c View commit details
    Browse the repository at this point in the history
  5. fix: copied from statement.

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    045d71a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de366f9 View commit details
    Browse the repository at this point in the history
  7. fix: dummy objects.

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2bc91ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29729e5 View commit details
    Browse the repository at this point in the history
  9. fix: repo consistency.

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    98b428d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b8ecb5 View commit details
    Browse the repository at this point in the history
  11. fix: tests.

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0d2ce07 View commit details
    Browse the repository at this point in the history
  12. Empty-Commit

    sayakpaul committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    65725c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Update src/transformers/models/vit_msn/configuration_vit_msn.py

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    sayakpaul and sgugger committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4c2d732 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. address PR comments.

    sayakpaul committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    0da81a4 View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/models/vit_msn/modeling_vit_msn.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    sayakpaul and amyeroberts committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    b7b17cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89c24cc View commit details
    Browse the repository at this point in the history