from local

This commit is contained in:
dohe0342 2022-12-10 15:08:02 +09:00
parent 18b93e745e
commit 3ece75b603
2 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ class Transducer(nn.Module):
encoder_out, x_lens = self.encoder(x, x_lens)
hyps = []
#hyp_tokens = greedy_search_batch_target_input(self, encoder_out, x_lens, decoder_out)
hyp_tokens = greedy_search_batch(self, encoder_out, x_lens)#, decoder_out)
for hyp in sp.decode(hyp_tokens):