from local

This commit is contained in:
dohe0342 2023-02-25 15:38:37 +09:00
parent ef329c07b5
commit 8a1a0cb3e9
2 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ def get_params() -> AttributeDict:
def greedy_search(
ctc_probs: torch.Tensor,
probs: torch.Tensor,
mask: torch.Tensor,
) -> List[List[int]]:
"""Apply CTC greedy search