* Add fast beam search decoding * Minor fixes * Minor fixes * Minor fixes * Fix comments * Fix comments
* Add modified beam search for pruned rnn-t. * Fix style issues. * Update RESULTS.md. * Fix typos. * Minor fixes. * Test the pre-trained model using GitHub actions. * Let the user install optimized_transducer on her own. * Fix errors in GitHub CI.
* Using k2 pruned version transducer loss to train model * Fix style * Minor fixes