from local

This commit is contained in:
dohe0342 2023-02-25 15:42:22 +09:00
parent 4fb2956572
commit 0c60bce564
2 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ def greedy_search(
hyp = torch.unique_consecutive(hyp)
hyp = hyp[hyp > 0].tolist()
ret_hyps.append(hyp)
print(ret_hyps)
return ret_hyps