mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Fix calling optimized_transducer after new release.
This commit is contained in:
parent
f94ff19bfe
commit
9e7223d27b
@ -120,6 +120,7 @@ class Transducer(nn.Module):
|
||||
target_lengths=y_lens,
|
||||
blank=blank_id,
|
||||
reduction="sum",
|
||||
from_log_softmax=False,
|
||||
)
|
||||
|
||||
return loss
|
||||
|
Loading…
x
Reference in New Issue
Block a user