from local

This commit is contained in:
dohe0342 2022-12-10 15:07:48 +09:00
parent ed7085a03f
commit 6c6442e08a
2 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ class Transducer(nn.Module):
assert x.size(0) == x_lens.size(0) == y.dim0
encoder_out, x_lens = self.encoder(x, x_lens)
assert torch.all(x_lens > 0)
hyps = []