Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding long-form audio speaker diarization (clustering) class and fun…
…ctions (NVIDIA#7737) * Adding long-form audio clustering for diarization Signed-off-by: Taejin Park <[email protected]> * Adding unit test changes Signed-off-by: Taejin Park <[email protected]> * Added tests for torch jit script Signed-off-by: Taejin Park <[email protected]> * Added variable value checking line Signed-off-by: Taejin Park <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added needed params to all yamls Signed-off-by: Taejin Park <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Merged latest main and updated speaker utils Signed-off-by: Taejin Park <[email protected]> * Fixed code formatting error in speaker_utils.py Signed-off-by: Taejin Park <[email protected]> * Some minor fixes for doc-strings Signed-off-by: Taejin Park <[email protected]> * Removed unnecessary comments Signed-off-by: Taejin Park <[email protected]> * Refelcted comments and made changes Signed-off-by: Taejin Park <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Minor changes on typos and comments Signed-off-by: Taejin Park <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes for code QL Signed-off-by: Taejin Park <[email protected]> * Fixed docstring errors Signed-off-by: Taejin Park <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reflected the second batch of comments Signed-off-by: Taejin Park <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updating all yamls for inference Signed-off-by: Taejin Park <[email protected]> * Added None-checker to forward to prevent type errors Signed-off-by: Taejin Park <[email protected]> --------- Signed-off-by: Taejin Park <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: He Huang (Steve) <[email protected]> Co-authored-by: Nithin Rao <[email protected]>
- Loading branch information