from local

This commit is contained in:
dohe0342 2023-02-25 15:43:30 +09:00
parent 0c60bce564
commit 2bb4712abe
2 changed files with 1 additions and 0 deletions

View File

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