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 <[email protected]>
  • Loading branch information
jqueguiner committed Oct 23, 2023
1 parent b7712ec commit 6c58eb7
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 6c58eb7

Please sign in to comment.