Minor fix.

This commit is contained in:
Fangjun Kuang 2022-01-21 11:22:24 +08:00
parent 92e524ea7f
commit 50eb78566b

View File

@ -136,6 +136,7 @@ class Transducer(nn.Module):
blank=blank_id,
reduction="sum",
one_sym_per_frame=one_sym_per_frame,
from_log_softmax=False,
)
return loss