Skip to content

Commit

Permalink
fix(diarization-README): typo (NVIDIA#7771)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Louis Queguiner <[email protected]>
Signed-off-by: Piotr Żelasko <[email protected]>
  • Loading branch information
jqueguiner authored and pzelasko committed Jan 3, 2024
1 parent f3fa98b commit e4fdba9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e4fdba9

Please sign in to comment.