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
4bb95809b0
commit
43776f5b95
Binary file not shown.
Binary file not shown.
@ -119,7 +119,6 @@ class Transducer(nn.Module):
|
||||
lm_scale * lm_probs + am_scale * am_probs +
|
||||
(1-lm_scale-am_scale) * combined_probs
|
||||
"""
|
||||
print(self.prompt[0][0], self.prompt[0][100])
|
||||
assert x.ndim == 2 or x.ndim == 3, x.shape
|
||||
assert x_lens.ndim == 1, x_lens.shape
|
||||
assert y.num_axes == 2, y.num_axes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user