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 ConvNeXT #15277

Merged
merged 27 commits into from Feb 7, 2022
Merged

Add ConvNeXT #15277

merged 27 commits into from Feb 7, 2022

Commits on Feb 3, 2022

  1. First draft

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    f0a4c49 View commit details
    Browse the repository at this point in the history
  2. Add conversion script

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    f984622 View commit details
    Browse the repository at this point in the history
  3. Improve conversion script

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9a90d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    763e5ae View commit details
    Browse the repository at this point in the history
  5. Define model output class

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    cd6a94b View commit details
    Browse the repository at this point in the history
  6. Fix tests

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    785070c View commit details
    Browse the repository at this point in the history
  7. Fix more tests

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    151f500 View commit details
    Browse the repository at this point in the history
  8. Add model to README

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c958cd0 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    NielsRogge and sgugger committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ad377ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22270e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8815116 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e139db1 View commit details
    Browse the repository at this point in the history
  13. Fix equivalence test

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ad4014a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef8f353 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a475a0f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad82a80 View commit details
    Browse the repository at this point in the history
  17. Add corresponding tests

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    f0d647a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    de43f7f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    60d5aad View commit details
    Browse the repository at this point in the history
  20. Add ConvNextStem class

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ab13226 View commit details
    Browse the repository at this point in the history
  21. Improve design

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3068d68 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f311752 View commit details
    Browse the repository at this point in the history
  23. Fix gamma parameter

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    09e150c View commit details
    Browse the repository at this point in the history
  24. Use sample docstrings

    NielsRogge committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    04a9ef5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    356ac27 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    b13c73a View commit details
    Browse the repository at this point in the history
  2. Fix integration test

    NielsRogge committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2ab02fb View commit details
    Browse the repository at this point in the history