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 PIT for audio metrics #384

Merged
merged 73 commits into from
Jul 29, 2021
Merged

Add PIT for audio metrics #384

merged 73 commits into from
Jul 29, 2021

Commits on Jul 17, 2021

  1. finish functional version

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    95266f7 View commit details
    Browse the repository at this point in the history
  2. change eval_func to str type

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3eaf506 View commit details
    Browse the repository at this point in the history
  3. remove return_best_perm

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    f63fedb View commit details
    Browse the repository at this point in the history
  4. raise

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    58dcf1d View commit details
    Browse the repository at this point in the history
  5. PIT

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    bb186d6 View commit details
    Browse the repository at this point in the history
  6. max

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    13be4e4 View commit details
    Browse the repository at this point in the history
  7. add test

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    1c722de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a538eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    123a686 View commit details
    Browse the repository at this point in the history
  10. add

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    5d2977c View commit details
    Browse the repository at this point in the history
  11. fix pep8

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3b9172f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c01d18 View commit details
    Browse the repository at this point in the history
  13. fix pep8

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    7c2078f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70d964e View commit details
    Browse the repository at this point in the history
  15. fix mypy

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    85daf5c View commit details
    Browse the repository at this point in the history
  16. add scipy

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    e129896 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bcf43a3 View commit details
    Browse the repository at this point in the history
  18. fix

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    801b80c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    afaa79c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f9f770f View commit details
    Browse the repository at this point in the history
  21. fix doctest

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    dee14ea View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5d06bf1 View commit details
    Browse the repository at this point in the history
  23. fix doctest

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    de37c92 View commit details
    Browse the repository at this point in the history
  24. fix doctest

    quancs committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    05e061b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. remove scipy dep & add warning

    quancs committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    ae12aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112bc16 View commit details
    Browse the repository at this point in the history
  3. change warn

    quancs committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    dc5e689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3beda View commit details
    Browse the repository at this point in the history
  5. add

    quancs committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    208b479 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    736e354 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    a7a4588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271d899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e1ae3f View commit details
    Browse the repository at this point in the history
  4. simplyfied

    quancs committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    1059575 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07ecb26 View commit details
    Browse the repository at this point in the history
  6. use _SCIPY_AVAILABLE

    quancs committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    16d70f9 View commit details
    Browse the repository at this point in the history
  7. add docstring

    quancs committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b452792 View commit details
    Browse the repository at this point in the history
  8. to TIME

    quancs committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    6367adc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29744ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2070d3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    859e25e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    776cf88 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Update torchmetrics/functional/audio/pit.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    quancs and SkafteNicki authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    70adaa3 View commit details
    Browse the repository at this point in the history
  2. Update torchmetrics/functional/audio/pit.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    quancs and SkafteNicki authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a17b357 View commit details
    Browse the repository at this point in the history
  3. Update torchmetrics/functional/audio/pit.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    quancs and SkafteNicki authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    39105ae View commit details
    Browse the repository at this point in the history
  4. Update torchmetrics/functional/audio/pit.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    quancs and SkafteNicki authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    dbb0e5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c308c02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4e347a View commit details
    Browse the repository at this point in the history
  7. add more description

    quancs committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    01d484e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a974e9 View commit details
    Browse the repository at this point in the history
  9. import warnings

    quancs committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    400b323 View commit details
    Browse the repository at this point in the history
  10. check ValueError

    quancs committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    458b912 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    041dfaf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d709d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

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

Commits on Jul 26, 2021

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

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    312999a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d3ed75 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    Borda and SkafteNicki authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ca3425d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36911fd View commit details
    Browse the repository at this point in the history
  5. fix imports

    Borda committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1bd7f5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b143c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05cacbb View commit details
    Browse the repository at this point in the history
  8. fix test

    Borda committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9db192f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf41ab6 View commit details
    Browse the repository at this point in the history
  10. docs

    Borda committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    65a27ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a63297d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    6177f78 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: thomas chaton <thomas@grid.ai>
    Borda and tchaton authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8f3dc55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ab576 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72eace5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30c94e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40b7e81 View commit details
    Browse the repository at this point in the history