Skip to content

Commit

Permalink
fix(clustering_diarizer.py): fix typo (NVIDIA#7772)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Louis Queguiner <jean-louis.queguiner@gadz.org>
Signed-off-by: Piotr Żelasko <petezor@gmail.com>
  • Loading branch information
jqueguiner authored and pzelasko committed Jan 3, 2024
1 parent bc3e563 commit f3fa98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/models/clustering_diarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def path2audio_files_to_manifest(self, paths2audio_files, manifest_filepath):

def diarize(self, paths2audio_files: List[str] = None, batch_size: int = 0):
"""
Diarize files provided thorugh paths2audio_files or manifest file
Diarize files provided through paths2audio_files or manifest file
input:
paths2audio_files (List[str]): list of paths to file containing audio file
batch_size (int): batch_size considered for extraction of speaker embeddings and VAD computation
Expand Down

0 comments on commit f3fa98b

Please sign in to comment.