Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Taejin Park <[email protected]>
  • Loading branch information
tango4j committed Dec 7, 2022
2 parents 896238b + 0abdfda commit bcaf7bc
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 @@ -354,7 +354,7 @@ def get_closest_embeddings(
affinity_mat: torch.Tensor, n_closest: 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:
>>> n_closest = 2
Expand Down

0 comments on commit bcaf7bc

Please sign in to comment.