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
604e435c0f
commit
ce3a5eac56
Binary file not shown.
@ -358,7 +358,10 @@ def decode_one_batch(
|
||||
)
|
||||
else:
|
||||
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt)
|
||||
|
||||
|
||||
if 1:
|
||||
print(encoder_out.size())
|
||||
exit()
|
||||
hyps = []
|
||||
|
||||
if params.decoding_method == "fast_beam_search":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user