mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
4958225ae9
commit
09a13083dd
Binary file not shown.
@ -683,7 +683,7 @@ def compute_loss(
|
||||
f"ctc_loss: {ctc_loss}\n"
|
||||
f"att_loss: {att_loss}"
|
||||
)
|
||||
display_and_save_batch(batch, params=params, sp=graph_compiler.sp)
|
||||
#display_and_save_batch(batch, params=params, sp=graph_compiler.sp)
|
||||
ctc_loss = ctc_loss[ctc_loss_is_finite]
|
||||
att_loss = att_loss[att_loss_is_finite]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user