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

Adding the huge vision transformer from SWAG #5721

Merged
merged 24 commits into from
Apr 5, 2022
Merged

Commits on Mar 31, 2022

  1. Add vit_b_16_swag

    YosuaMichael committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c801bf0 View commit details
    Browse the repository at this point in the history
  2. Better handling idiom for image_size, edit test_extended_model to han…

    …dle case where number of param differ from default due to different image size input
    YosuaMichael committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9e13f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1707171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd8b1a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c765a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    3326e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e444c5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ee605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54aa8cf View commit details
    Browse the repository at this point in the history
  5. Add vit_l_16 weight

    YosuaMichael committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f9c32eb View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
    YosuaMichael and datumbox authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4cf4eff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9230f40 View commit details
    Browse the repository at this point in the history
  8. Add vit_h_14_swag model

    YosuaMichael committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ce6eb3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff76a53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e874548 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ca4ac4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c806fb1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ff5a76 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Remove legacy compatibility for ViT_H_14 model

    Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
    YosuaMichael and datumbox authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    9f603d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd21912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4062f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02be296 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    87e6c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    696201f View commit details
    Browse the repository at this point in the history