Skip to content

Commit

Permalink
Update nemo/collections/asr/parts/utils/online_clustering.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Naren <[email protected]>
Signed-off-by: Taejin Park <[email protected]>
  • Loading branch information
tango4j and SeanNaren authored Dec 7, 2022
1 parent ab61b5f commit 0abdfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/parts/utils/online_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def get_closest_embeddings(
label_aff_mat: torch.Tensor, target_emb_index: torch.Tensor, merge_quantity: int
) -> Tuple[torch.Tensor, torch.Tensor]:
"""
Get the indeces of the embedding vectors we want to merge.
Get the indices of the embedding vectors we want to merge.
Example:
>>> merge_quantity = 2
>>> label_aff_mat = [[1.0, 0.2, 0.8],
Expand Down

0 comments on commit 0abdfda

Please sign in to comment.