from local
This commit is contained in:
parent
0c60bce564
commit
2bb4712abe
Binary file not shown.
@ -248,6 +248,7 @@ def greedy_search(
|
|||||||
hyp = hyp[hyp > 0].tolist()
|
hyp = hyp[hyp > 0].tolist()
|
||||||
ret_hyps.append(hyp)
|
ret_hyps.append(hyp)
|
||||||
print(ret_hyps)
|
print(ret_hyps)
|
||||||
|
exit()
|
||||||
return ret_hyps
|
return ret_hyps
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user