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

Sortformer Diarizer 4spk v1 model PR Part 2: Unit-tests for Sortformer Diarizer. #11336

Draft
wants to merge 98 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. Adding the first pr files models and dataset

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e69ec8e View commit details
    Browse the repository at this point in the history
  2. Tested all unit-test files

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2914325 View commit details
    Browse the repository at this point in the history
  3. Name changes on yaml files and train example

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9a468ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a910d30 View commit details
    Browse the repository at this point in the history
  5. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2f44fe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    4ddc59b View commit details
    Browse the repository at this point in the history
  2. Resolved conflicts

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    43d95f0 View commit details
    Browse the repository at this point in the history
  3. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    40e9f95 View commit details
    Browse the repository at this point in the history
  4. Adding docstrings to reflect the PR comments

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f7f84bb View commit details
    Browse the repository at this point in the history
  5. Resolved the new conflict

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    95acd79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    919f4da View commit details
    Browse the repository at this point in the history
  7. removed the unused find_first_nonzero

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4134e25 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d3432e5 View commit details
    Browse the repository at this point in the history
  9. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5dd4d4c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ca5eea3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d493c0 View commit details
    Browse the repository at this point in the history
  12. Fixed all pylint issues

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    037f61e View commit details
    Browse the repository at this point in the history
  13. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a8bc048 View commit details
    Browse the repository at this point in the history
  14. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cb23268 View commit details
    Browse the repository at this point in the history
  15. Resolving pylint issues

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4a266b9 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5e4e9c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c31c60c View commit details
    Browse the repository at this point in the history
  18. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6e2225e View commit details
    Browse the repository at this point in the history
  19. Removing unused varialbe in audio_to_diar_label.py

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ab93b17 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4f3ee66 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    3f24b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49e107 View commit details
    Browse the repository at this point in the history
  3. Fixed docstrings in training script

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    7dea01b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2a99d53 View commit details
    Browse the repository at this point in the history
  5. Line-too-long issue from Pylint fixed

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    71d515f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    f2d5e36 View commit details
    Browse the repository at this point in the history
  2. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9cca3e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731caa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    681fe38 View commit details
    Browse the repository at this point in the history
  5. Addressed Code-QL issues

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    008dcbd View commit details
    Browse the repository at this point in the history
  6. Addressed Code-QL issues and resolved conflicts

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d89ed91 View commit details
    Browse the repository at this point in the history
  7. Resolved conflicts on bce_loss.py

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    045f3a2 View commit details
    Browse the repository at this point in the history
  8. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1dcf9ab View commit details
    Browse the repository at this point in the history
  9. Adding all the diarization reltated unit-tests

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    be8ac22 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    ca44a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1360831 View commit details
    Browse the repository at this point in the history
  3. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    553197a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7893e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7fced9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87af813 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    734dfd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fixing code-QL issues

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c3c0b32 View commit details
    Browse the repository at this point in the history
  2. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    631555d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ee5cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9371ed0 View commit details
    Browse the repository at this point in the history
  5. Reflecting PR comments from weiqingw

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6a3bb62 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4e0327c View commit details
    Browse the repository at this point in the history
  7. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b8a49ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6198a20 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e4b0154 View commit details
    Browse the repository at this point in the history
  10. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    07c4242 View commit details
    Browse the repository at this point in the history
  11. Resovled unused variable issue in model test

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9feb013 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'sortformer/pr_02' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_02
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7496a0d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db90424 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0eeaf06 View commit details
    Browse the repository at this point in the history
  15. Reflecting the comment on Nov 21st 2024.

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fa11155 View commit details
    Browse the repository at this point in the history
  16. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b5878cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bfe36e7 View commit details
    Browse the repository at this point in the history
  18. Unused variable import time

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7898697 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e167dba View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8712278 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1bb89d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Adding docstrings to score_labels() function in der.py

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e4006cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a92e4e6 View commit details
    Browse the repository at this point in the history
  3. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ca480eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea9d7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b091c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af04832 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a4367a3 View commit details
    Browse the repository at this point in the history
  8. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    edbe159 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b47579b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8365a05 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f2250a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5275fb5 View commit details
    Browse the repository at this point in the history
  13. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    86315db View commit details
    Browse the repository at this point in the history
  14. Resolved line too long pylint issues

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    07f791a View commit details
    Browse the repository at this point in the history
  15. Resolved line too long pylint issues and merged main

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2b23136 View commit details
    Browse the repository at this point in the history
  16. Apply isort and black reformatting

    Signed-off-by: tango4j <[email protected]>
    tango4j committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    30f1159 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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

Commits on Nov 24, 2024

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

Commits on Nov 25, 2024

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

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    6fd3076 View commit details
    Browse the repository at this point in the history
  2. Added training and inference CI-tests

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7ec3b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb260e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sortformer/pr_01' of https://github.com/tango4j/NeMo in…

    …to sortformer/pr_01
    tango4j committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    895b4ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d6ebc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37d4240 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01085ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03c425b View commit details
    Browse the repository at this point in the history
  9. Fixed an indentation error

    Signed-off-by: taejinp <[email protected]>
    tango4j committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bde6887 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f378f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    024a391 View commit details
    Browse the repository at this point in the history