CTC-OptimizedLoss icon indicating copy to clipboard operation
CTC-OptimizedLoss copied to clipboard

Computes the MWER (minimum WER) Loss with CTC beam search. Knowledge distillation for CTC loss.

Results 4 CTC-OptimizedLoss issues
Sort by recently updated
recently updated
newest added

Thanks for sharing the codes. Could you provide an example of the o1 loss? I've combined it with the CTC loss as shown in the following code, but it seems...

why mwer use stop gradient? just a regularization?

Thankyou very much for share the code, but when I training a model using the CTCMWER loss, it may be negative, sometime? So what's the reason could be?

您好,感谢开源代码: 我们测试发现,当o1 loss与在k2 框架下使用,会出现如上的问题,请问是什么问题? 该如何解决? 期待您的回复,谢谢。