from local

This commit is contained in:
dohe0342 2023-04-11 16:46:25 +09:00
parent 4bb95809b0
commit 43776f5b95
3 changed files with 0 additions and 1 deletions

View File

@ -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