from local
This commit is contained in:
parent
ef329c07b5
commit
8a1a0cb3e9
Binary file not shown.
@ -226,7 +226,7 @@ def get_params() -> AttributeDict:
|
|||||||
|
|
||||||
|
|
||||||
def greedy_search(
|
def greedy_search(
|
||||||
ctc_probs: torch.Tensor,
|
probs: torch.Tensor,
|
||||||
mask: torch.Tensor,
|
mask: torch.Tensor,
|
||||||
) -> List[List[int]]:
|
) -> List[List[int]]:
|
||||||
"""Apply CTC greedy search
|
"""Apply CTC greedy search
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user