mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Minor fix.
This commit is contained in:
parent
92e524ea7f
commit
50eb78566b
@ -136,6 +136,7 @@ class Transducer(nn.Module):
|
|||||||
blank=blank_id,
|
blank=blank_id,
|
||||||
reduction="sum",
|
reduction="sum",
|
||||||
one_sym_per_frame=one_sym_per_frame,
|
one_sym_per_frame=one_sym_per_frame,
|
||||||
|
from_log_softmax=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
return loss
|
return loss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user