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
deb48a94a3
commit
e9e96009f5
Binary file not shown.
@ -119,7 +119,7 @@ class Transducer(nn.Module):
|
||||
lm_scale * lm_probs + am_scale * am_probs +
|
||||
(1-lm_scale-am_scale) * combined_probs
|
||||
"""
|
||||
print(self.prompt.grad)
|
||||
print(self.prompt[0][0])
|
||||
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