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
c31b906538
commit
d7e24a8a30
Binary file not shown.
Binary file not shown.
@ -360,6 +360,7 @@ def decode_one_batch(
|
|||||||
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt)
|
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt)
|
||||||
|
|
||||||
if 1:
|
if 1:
|
||||||
|
encoder_out = encoder_out[:,50:,:]
|
||||||
print(encoder_out.size())
|
print(encoder_out.size())
|
||||||
exit()
|
exit()
|
||||||
hyps = []
|
hyps = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user