mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
4fb2956572
commit
0c60bce564
Binary file not shown.
@ -247,6 +247,7 @@ def greedy_search(
|
|||||||
hyp = torch.unique_consecutive(hyp)
|
hyp = torch.unique_consecutive(hyp)
|
||||||
hyp = hyp[hyp > 0].tolist()
|
hyp = hyp[hyp > 0].tolist()
|
||||||
ret_hyps.append(hyp)
|
ret_hyps.append(hyp)
|
||||||
|
print(ret_hyps)
|
||||||
return ret_hyps
|
return ret_hyps
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user