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

fix(diarization-README): typo #7771

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/speaker_tasks/diarization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You could also download *.nemo files from [this link](https://ngc.nvidia.com/cat
`diarizer.speaker_embeddings.model_path='path/to/titanet_large.nemo'`


- **`diarizer.speaker_embeddings.parameters.multiscale_weights`: multiscale diarization **
- **`diarizer.speaker_embeddings.parameters.multiscale_weights`: multiscale diarization**

Multiscale diarization system employs multiple scales at the same time to obtain a finer temporal resolution. To use multiscale feature, at least two scales and scale weights should be provided. The scales should be provided in descending order, from the longest scale to the base scale (the shortest). If multiple scales are provided, multiscale_weights must be provided in list format. The following example shows how multiscale parameters are specified and the recommended parameters.

Expand Down