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
89be4e5ec8
commit
df29c98c8c
Binary file not shown.
@ -359,7 +359,7 @@ def decode_one_batch(
|
||||
else:
|
||||
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt)
|
||||
|
||||
if 0:
|
||||
if 1:
|
||||
encoder_out = encoder_out[:,50:,:]
|
||||
encoder_out_lens -= 50
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user