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
ee845f219c
commit
89945a0e11
Binary file not shown.
@ -426,6 +426,7 @@ def decode_one_batch(
|
||||
warmup=warmup,
|
||||
return_output=True,
|
||||
)
|
||||
print(pred.size())
|
||||
hyps = greedy_search(nnet_output, memory_key_padding_mask)
|
||||
|
||||
# hyps is a list of str, e.g., ['xxx yyy zzz', ...]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user