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 compatibility with pyannote 3.0 embedding wrappers #188

Merged
merged 23 commits into from
Nov 9, 2023

Commits on Nov 3, 2023

  1. bump pyannote to 3.0

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3d6330e View commit details
    Browse the repository at this point in the history
  2. add wespeaker inference

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4e96df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c5a66e View commit details
    Browse the repository at this point in the history
  4. unify api

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c89152f View commit details
    Browse the repository at this point in the history
  5. remove try catch

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ccd7d12 View commit details
    Browse the repository at this point in the history
  6. always normalize

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aa2e03b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0788bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    714eae3 View commit details
    Browse the repository at this point in the history
  9. fix: remove imports

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    58293a8 View commit details
    Browse the repository at this point in the history
  10. Change embedding model return type to Callable

    Co-authored-by: Simon <80467011+sorgfresser@users.noreply.github.com>
    juanmc2005 and sorgfresser committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d8b2c4f View commit details
    Browse the repository at this point in the history
  11. fix: remove type checking

    sorgfresser authored and juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1ea8309 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    653984c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    539e401 View commit details
    Browse the repository at this point in the history
  14. add docstrings

    sorgfresser committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e3c6eef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f57f9d2 View commit details
    Browse the repository at this point in the history
  16. Add numpy import

    juanmc2005 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fd9f8e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. add normalize boolean

    sorgfresser committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e5d31e0 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    juanmc2005 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    661588c View commit details
    Browse the repository at this point in the history
  3. Update setup.cfg

    juanmc2005 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c708aa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22aa9f1 View commit details
    Browse the repository at this point in the history
  5. Fix wrong kwarg name

    juanmc2005 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    576992b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. add abstract __call__

    sorgfresser committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0644c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791d688 View commit details
    Browse the repository at this point in the history