"vscode:/vscode.git/clone" did not exist on "1775647f763f9785a0f06eed7cfaa310b6dc9519"
Commit 8a6c12ff authored by pkufool's avatar pkufool
Browse files

Minor fixes

parent 90edd9ab
......@@ -129,7 +129,7 @@ boundary = torch.zeros((B, 4), dtype=torch.int64)
boundary[:, 2] = target_lengths
boundary[:, 3] = num_frames
loss = fast_rnnt.rnnt_loss_simple(
loss = fast_rnnt.rnnt_loss_smoothed(
lm=lm,
am=am,
symbols=symbols,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment