from local

This commit is contained in:
dohe0342 2022-12-10 15:30:53 +09:00
parent f69c0fb12c
commit 0b107f318a
3 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Transducer(nn.Module):
y: k2.RaggedTensor,
sp,
):
from beam_search import greedy_search_batch, greedy_search_batch_target_input
from beam_search import greedy_search_batch
encoder_out, x_lens = self.encoder(x, x_lens)