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

[CLAP] Add CLAP to the library #21370

Merged
merged 227 commits into from
Feb 16, 2023
Merged

Commits on Jan 30, 2023

  1. add model like clip

    ArthurZucker committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c6b06b5 View commit details
    Browse the repository at this point in the history
  2. update

    ArthurZucker committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7547c82 View commit details
    Browse the repository at this point in the history
  3. text model ok

    younesbelkada committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    23c56ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405e653 View commit details
    Browse the repository at this point in the history
  5. clap text works

    younesbelkada committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1771782 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. some refactor

    - `CLAPVision` to `CLAPAudio`
    - refactor kwargs of audio modules
    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9b276aa View commit details
    Browse the repository at this point in the history
  2. more refactor

    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    45c36ba View commit details
    Browse the repository at this point in the history
  3. more refactor

    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    abee382 View commit details
    Browse the repository at this point in the history
  4. more refactor

    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a7219ec View commit details
    Browse the repository at this point in the history
  5. correct fusion

    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c553315 View commit details
    Browse the repository at this point in the history
  6. more refactor

    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4360623 View commit details
    Browse the repository at this point in the history
  7. new modules

    younesbelkada committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e3aff6f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. add basic processor

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    00eb73b View commit details
    Browse the repository at this point in the history
  2. fixup

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    45e7ce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5c483f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4084369 View commit details
    Browse the repository at this point in the history
  5. audio logits match

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fc0d323 View commit details
    Browse the repository at this point in the history
  6. add doc

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8a27723 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27f133f View commit details
    Browse the repository at this point in the history
  8. style

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5ddc2f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbb6124 View commit details
    Browse the repository at this point in the history
  10. few fixes

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    815c5ce View commit details
    Browse the repository at this point in the history
  11. forward passes

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    95c400b View commit details
    Browse the repository at this point in the history
  12. fixup

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a41ff1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38f7fe8 View commit details
    Browse the repository at this point in the history
  14. fixup

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    275633c View commit details
    Browse the repository at this point in the history
  15. some clean up

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1b3a820 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8fed2d0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2684c70 View commit details
    Browse the repository at this point in the history
  18. pad after the repeat

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6b9051c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a468f8d View commit details
    Browse the repository at this point in the history
  20. fix padding

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    844540b View commit details
    Browse the repository at this point in the history
  21. style

    ArthurZucker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    aeb340e View commit details
    Browse the repository at this point in the history
  22. use swin patch merging

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5eaa517 View commit details
    Browse the repository at this point in the history
  23. use copied from swin

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1182287 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1a4caac View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5e604a8 View commit details
    Browse the repository at this point in the history
  26. more copied from

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e94c9dd View commit details
    Browse the repository at this point in the history
  27. some clean up

    younesbelkada committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e9ff994 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. more refactor

    younesbelkada committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7dec8bc View commit details
    Browse the repository at this point in the history
  2. fix mel when rand_trunc

    ArthurZucker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c352948 View commit details
    Browse the repository at this point in the history
  3. style

    ArthurZucker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f2d6ffe View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    ArthurZucker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e71749c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d44efd1 View commit details
    Browse the repository at this point in the history
  6. update processing

    ArthurZucker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f1627c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    612e46f View commit details
    Browse the repository at this point in the history
  8. add testing fiel

    ArthurZucker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c3042e2 View commit details
    Browse the repository at this point in the history
  9. fixmodeling issues

    ArthurZucker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    68cbadb View commit details
    Browse the repository at this point in the history
  10. replace with is_longer

    younesbelkada committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c20c66e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. clap in serialization

    ArthurZucker committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    9c03ac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. more refactor

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6717d72 View commit details
    Browse the repository at this point in the history
  2. make fixup

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a38a016 View commit details
    Browse the repository at this point in the history
  3. make fixup

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f958fa1 View commit details
    Browse the repository at this point in the history
  4. fix feature extractor

    ArthurZucker committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c218e3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65cfca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f759c5 View commit details
    Browse the repository at this point in the history
  7. make fixup

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    50613fe View commit details
    Browse the repository at this point in the history
  8. clean up config

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b1f46dc View commit details
    Browse the repository at this point in the history
  9. more clean up

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5115057 View commit details
    Browse the repository at this point in the history
  10. more cleanup

    younesbelkada committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    833c061 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f99f82 View commit details
    Browse the repository at this point in the history
  12. update tests

    ArthurZucker committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8ee3051 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e472482 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0f63c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21b2b94 View commit details
    Browse the repository at this point in the history
  16. update inits

    ArthurZucker committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    506772e View commit details
    Browse the repository at this point in the history
  17. style

    ArthurZucker committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6efadbf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    972f45e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    c7b6cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ab798 View commit details
    Browse the repository at this point in the history
  3. small cleaup

    ArthurZucker committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    48b346a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d299422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f627ab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdcfed1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dc78e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fef96f View commit details
    Browse the repository at this point in the history
  9. some changes

    - fix modeling keys
    - add `is_longer` in the forward pass
    - make fixup
    younesbelkada committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0515a18 View commit details
    Browse the repository at this point in the history
  10. make fixup

    younesbelkada committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0dcff26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48d611b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe43210 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e44c75e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43df206 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5379926 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    107c544 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7eb278d View commit details
    Browse the repository at this point in the history
  18. update

    ArthurZucker committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a4c1940 View commit details
    Browse the repository at this point in the history
  19. style

    ArthurZucker committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9594cc5 View commit details
    Browse the repository at this point in the history
  20. style

    ArthurZucker committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    51d2b64 View commit details
    Browse the repository at this point in the history
  21. nit

    ArthurZucker committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ce79e64 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1bfd7dd View commit details
    Browse the repository at this point in the history
  23. style

    ArthurZucker committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6794f16 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. few fixes + make fixup

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1b7b39d View commit details
    Browse the repository at this point in the history
  2. oops

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    552aee2 View commit details
    Browse the repository at this point in the history
  3. fix more tests

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    05674c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8a4e44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74d3c4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad3f42 View commit details
    Browse the repository at this point in the history
  7. fixup

    ArthurZucker committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f0d2194 View commit details
    Browse the repository at this point in the history
  8. fix copies

    ArthurZucker committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    754bed1 View commit details
    Browse the repository at this point in the history
  9. all CI tests pass

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5f0e467 View commit details
    Browse the repository at this point in the history
  10. make fixup + fix docs

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    47f714f View commit details
    Browse the repository at this point in the history
  11. fix docs

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7d3ede5 View commit details
    Browse the repository at this point in the history
  12. fix docs

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4e5db4b View commit details
    Browse the repository at this point in the history
  13. update tests pip;eline

    ArthurZucker committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5d23429 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aaa68ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8e9c73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c54fce3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    95f1352 View commit details
    Browse the repository at this point in the history
  18. use nested simplify

    ArthurZucker committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4debc3d View commit details
    Browse the repository at this point in the history
  19. update pipeline tests

    ArthurZucker committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0be1e66 View commit details
    Browse the repository at this point in the history
  20. Apply suggestions from code review

    Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
    younesbelkada and ArthurZucker committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c2e207b View commit details
    Browse the repository at this point in the history
  21. split in two lines

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e47c696 View commit details
    Browse the repository at this point in the history
  22. fixes

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    dbab96e View commit details
    Browse the repository at this point in the history
  23. refactor

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9c83ff7 View commit details
    Browse the repository at this point in the history
  24. clean up

    younesbelkada committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b5b929a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. add integration tests

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5e3aa5f View commit details
    Browse the repository at this point in the history
  2. update config docstring

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2ea06b8 View commit details
    Browse the repository at this point in the history
  3. style

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bc20ff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5fa7b1 View commit details
    Browse the repository at this point in the history
  5. update processor

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    312dd92 View commit details
    Browse the repository at this point in the history
  6. fix processor test

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3cd99bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6b1dd0 View commit details
    Browse the repository at this point in the history
  8. update docs

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1ce1a25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b451f7 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
    younesbelkada and ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d3b2d94 View commit details
    Browse the repository at this point in the history
  11. fix readmes

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7ed1747 View commit details
    Browse the repository at this point in the history
  12. fix tips

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6b2a6db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6fa932 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62ffdf7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1593f3c View commit details
    Browse the repository at this point in the history
  16. fix idx and typo

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8868e3c View commit details
    Browse the repository at this point in the history
  17. typoe

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9b9bd4b View commit details
    Browse the repository at this point in the history
  18. cleanup config

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9460eaa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    82f4ede View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d90a9f2 View commit details
    Browse the repository at this point in the history
  21. add conversion script

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ff25a45 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a6c3cc2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    79e5845 View commit details
    Browse the repository at this point in the history
  24. update __init

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    01bb870 View commit details
    Browse the repository at this point in the history
  25. nits

    ArthurZucker committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1b2c514 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c805bae View commit details
    Browse the repository at this point in the history
  27. fix bug

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    640f6f9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2b8f466 View commit details
    Browse the repository at this point in the history
  29. clarifiy config

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    177a705 View commit details
    Browse the repository at this point in the history
  30. fix copy

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    57fd58c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3a9f5ac View commit details
    Browse the repository at this point in the history
  32. fix init

    younesbelkada committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0874aba View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    younesbelkada and sgugger committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    31d3204 View commit details
    Browse the repository at this point in the history
  2. fix model output

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    948eb0a View commit details
    Browse the repository at this point in the history
  3. fix comment

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f75c02a View commit details
    Browse the repository at this point in the history
  4. make fixup

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7d7a000 View commit details
    Browse the repository at this point in the history
  5. make fixup

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    63d073a View commit details
    Browse the repository at this point in the history
  6. rename to Clap

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3bea427 View commit details
    Browse the repository at this point in the history
  7. replace to Clap

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c20981d View commit details
    Browse the repository at this point in the history
  8. replace to Clap

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6c31509 View commit details
    Browse the repository at this point in the history
  9. repo consistency

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    fb24c4e View commit details
    Browse the repository at this point in the history
  10. again repo-consistency

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    bd29fec View commit details
    Browse the repository at this point in the history
  11. make fixup

    younesbelkada committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5cf2fa8 View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
    ArthurZucker and sanchit-gandhi committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    90e4c03 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. add config

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    729fa51 View commit details
    Browse the repository at this point in the history
  2. changes

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    df70e2c View commit details
    Browse the repository at this point in the history
  3. update conversion

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7ebeacf View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
    younesbelkada and sanchit-gandhi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3be208e View commit details
    Browse the repository at this point in the history
  5. remove unused function

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    505c623 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efb526e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d1c2d3 View commit details
    Browse the repository at this point in the history
  8. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2d57cfc View commit details
    Browse the repository at this point in the history
  9. more comments

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    441e247 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d82be5 View commit details
    Browse the repository at this point in the history
  11. cleanup

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    51b3dde View commit details
    Browse the repository at this point in the history
  12. clean up

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8d5e5ad View commit details
    Browse the repository at this point in the history
  13. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    38ce551 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7b38c76 View commit details
    Browse the repository at this point in the history
  15. apply suggestions

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    aa85941 View commit details
    Browse the repository at this point in the history
  16. Empty commit

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a45b221 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b9ee298 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a47f063 View commit details
    Browse the repository at this point in the history
  19. update pipeline init

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9eb1ab4 View commit details
    Browse the repository at this point in the history
  20. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fd1957b View commit details
    Browse the repository at this point in the history
  21. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    773b225 View commit details
    Browse the repository at this point in the history
  22. styling again

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c7a7cf6 View commit details
    Browse the repository at this point in the history
  23. use pad

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c970399 View commit details
    Browse the repository at this point in the history
  24. fix repo-consistency

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    21f60ce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9ba34cd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9ca1780 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0e0990a View commit details
    Browse the repository at this point in the history
  28. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1c82889 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    626a664 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a1471b6 View commit details
    Browse the repository at this point in the history
  31. update totctree

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7ed4f0f View commit details
    Browse the repository at this point in the history
  32. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c07ab1e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    291b8f8 View commit details
    Browse the repository at this point in the history
  34. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    80a6212 View commit details
    Browse the repository at this point in the history
  35. clean up

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b29ee04 View commit details
    Browse the repository at this point in the history
  36. update doc and typos

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    56d2b00 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    556c86f View commit details
    Browse the repository at this point in the history
  38. fix doctest

    younesbelkada committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a5d7cd1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d5376ea View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f4b0441 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    48b98d0 View commit details
    Browse the repository at this point in the history
  42. update modeling clap

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ad82198 View commit details
    Browse the repository at this point in the history
  43. style

    ArthurZucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6ed76fa View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    ArthurZucker and sgugger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    af97ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5749da View commit details
    Browse the repository at this point in the history
  3. rename key

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fd0bd47 View commit details
    Browse the repository at this point in the history
  4. update modeling CLAP

    ArthurZucker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    13f41eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7865442 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2655e13 View commit details
    Browse the repository at this point in the history
  7. update processing clap

    ArthurZucker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dbe50a7 View commit details
    Browse the repository at this point in the history
  8. fix readmes

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    34255aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4cdd97 View commit details
    Browse the repository at this point in the history
  10. fix toctree

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    de162eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83d0716 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a25e75 View commit details
    Browse the repository at this point in the history
  13. fix init

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    230b516 View commit details
    Browse the repository at this point in the history
  14. make fixup

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f379031 View commit details
    Browse the repository at this point in the history
  15. fix

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fe1fbe3 View commit details
    Browse the repository at this point in the history
  16. fix

    younesbelkada committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    75171e3 View commit details
    Browse the repository at this point in the history
  17. update naming

    ArthurZucker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2fba86b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d75a5f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. update

    ArthurZucker committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c221e1d View commit details
    Browse the repository at this point in the history
  2. update checkpoint path

    ArthurZucker committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    25610ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6856ff0 View commit details
    Browse the repository at this point in the history
  4. Major refactoring

    ArthurZucker committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1ce6363 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8dc9a4 View commit details
    Browse the repository at this point in the history
  6. merge

    ArthurZucker committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9b5b252 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66b7dfe View commit details
    Browse the repository at this point in the history