You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement PyTorch Transformer LM lattice rescoring in the Decoder class of kaldi-serve core C++ library. Please find a similar implementation for RNN LM lattice rescoring here. The idea here is to be able to rescore the n-gram LM lattice using a more sophisticated model like a Transformer to acheive greater accuracy.
To be updated.
The text was updated successfully, but these errors were encountered: