-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update nmse clustering #2445
Update nmse clustering #2445
Conversation
tango4j
commented
Jul 6, 2021
- Speed up on eigen decomposition by using GPU.
- Speed up on NME analysis by subsampling.
- Fixed the diarization evaluation parameter (no score collar: from 0.25 s to 0.5 s)
Signed-off-by: Taejin Park <[email protected]>
Signed-off-by: Taejin Park <[email protected]>
Signed-off-by: Taejin Park <[email protected]>
This pull request introduces 3 alerts and fixes 2 when merging 7583dd9 into c5dbf45 - view on LGTM.com new alerts:
fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good, minor fixes and changes are required.
Signed-off-by: Taejin Park <[email protected]>
This pull request introduces 2 alerts and fixes 2 when merging 363107b into c5dbf45 - view on LGTM.com new alerts:
fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so now pyamg dependency is not required right for Eigen solver? we can remove that from requirements.
…g from req. Signed-off-by: Taejin Park <[email protected]>
Signed-off-by: Taejin Park <[email protected]>
This pull request introduces 3 alerts and fixes 3 when merging 80f5a9b into e5bde15 - view on LGTM.com new alerts:
fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
* Updating refined NMSE clustering code to run on GPU. Signed-off-by: Taejin Park <[email protected]> * updated evaluation accuracy decimals and fixed bugs in clustering Signed-off-by: Taejin Park <[email protected]> * Style fix. Signed-off-by: Taejin Park <[email protected]> * Doc strings added and few revisions. Reflected comments by Nithin. Signed-off-by: Taejin Park <[email protected]> * Refelected second round of comments, simplified code and removed pyamg from req. Signed-off-by: Taejin Park <[email protected]> * Style fix again Signed-off-by: Taejin Park <[email protected]> Co-authored-by: Nithin Rao <[email protected]> Signed-off-by: Ghasem Pasandi <[email protected]>
* Updating refined NMSE clustering code to run on GPU. Signed-off-by: Taejin Park <[email protected]> * updated evaluation accuracy decimals and fixed bugs in clustering Signed-off-by: Taejin Park <[email protected]> * Style fix. Signed-off-by: Taejin Park <[email protected]> * Doc strings added and few revisions. Reflected comments by Nithin. Signed-off-by: Taejin Park <[email protected]> * Refelected second round of comments, simplified code and removed pyamg from req. Signed-off-by: Taejin Park <[email protected]> * Style fix again Signed-off-by: Taejin Park <[email protected]> Co-authored-by: Nithin Rao <[email protected]>
* Updating refined NMSE clustering code to run on GPU. Signed-off-by: Taejin Park <[email protected]> * updated evaluation accuracy decimals and fixed bugs in clustering Signed-off-by: Taejin Park <[email protected]> * Style fix. Signed-off-by: Taejin Park <[email protected]> * Doc strings added and few revisions. Reflected comments by Nithin. Signed-off-by: Taejin Park <[email protected]> * Refelected second round of comments, simplified code and removed pyamg from req. Signed-off-by: Taejin Park <[email protected]> * Style fix again Signed-off-by: Taejin Park <[email protected]> Co-authored-by: Nithin Rao <[email protected]>
* Updating refined NMSE clustering code to run on GPU. Signed-off-by: Taejin Park <[email protected]> * updated evaluation accuracy decimals and fixed bugs in clustering Signed-off-by: Taejin Park <[email protected]> * Style fix. Signed-off-by: Taejin Park <[email protected]> * Doc strings added and few revisions. Reflected comments by Nithin. Signed-off-by: Taejin Park <[email protected]> * Refelected second round of comments, simplified code and removed pyamg from req. Signed-off-by: Taejin Park <[email protected]> * Style fix again Signed-off-by: Taejin Park <[email protected]> Co-authored-by: Nithin Rao <[email protected]> Signed-off-by: Paarth Neekhara <[email protected]>