Closed zw76859420 closed 1 year ago
CE Minimum Word Error Rate Training loss (MWER) based on negative sampling strategy (from
CTC based MWER based on PyTorch by @Mddct (I have not verified it): https://github.com/Mddct/losses
Thank you very much
Thank you very much for share the code. Is there a pytorch version of mwer loss?
You can try K2
based MWERLoss
. https://github.com/TeaPoly/CTC-OptimizedLoss/blob/main/torch/mwer_loss.py
Thank you very much for share the code. Is there a pytorch version of mwer loss?