from local

This commit is contained in:
dohe0342 2023-04-11 16:38:42 +09:00
parent e9e96009f5
commit 632fda237c
2 changed files with 1 additions and 1 deletions

View File

@ -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[0][0])
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