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
275fe08e57
commit
dad0aa54ca
Binary file not shown.
@ -361,7 +361,9 @@ def decode_one_batch(
|
|||||||
|
|
||||||
if 1:
|
if 1:
|
||||||
encoder_out = encoder_out[:,50:,:]
|
encoder_out = encoder_out[:,50:,:]
|
||||||
encoder_out -= 50
|
encoder_out_lens -= 50
|
||||||
|
|
||||||
|
print(encoder_out.size())
|
||||||
|
|
||||||
hyps = []
|
hyps = []
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user