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

adding long-form audio speaker diarization #125

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

ALEXuH
Copy link
Contributor

@ALEXuH ALEXuH commented Nov 8, 2023

NVIDIA/NeMo#7737 can fix long audio clustering cuda ouf of memory .
Theoretically, the maximum length of audio can be extended by a factor of unit_window_len/sub_cluster_n. For instance, by default, if the original clustering hits the memory limit at the 1-hour mark, the long-form clustering could handle up to 20 hours without exhausting the memory.

@MahmoudAshraf97
Copy link
Owner

Sorry for the huge delay, I prefer waiting until this is merged with a stable release of NeMo before merging as NeMo is already problematic enough

@Teapack1
Copy link

Teapack1 commented Mar 7, 2024

This works well for me! I applied this fix in my fork of this repo.
This allowed me to download and diarize hundreds of podcast episodes 2-3 hour long on RTX2080.

Thank you!

@MahmoudAshraf97 MahmoudAshraf97 merged commit 955ffd6 into MahmoudAshraf97:main Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants