7 Commits

Author SHA1 Message Date
pkufool
aebe9c22dd Minor fixes 2022-06-07 15:59:58 +08:00
pkufool
d7be9bd9c5 Minor fixes 2022-06-07 12:00:26 +08:00
pkufool
1c794e32b0 Minor fixes 2022-06-06 20:19:49 +08:00
pkufool
0325e3a04e Add torch.jit.export 2022-05-29 16:25:01 +08:00
Fangjun Kuang
f6ce135608
Various fixes to support torch script. (#371)
* Various fixes to support torch script.

* Add tests to ensure that the model is torch scriptable.

* Update tests.
2022-05-16 21:46:59 +08:00
Fangjun Kuang
bb7f6ed6b7
Add modified beam search for pruned rnn-t. (#248)
* 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.
2022-03-12 16:16:55 +08:00
Wei Kang
b702281e90
Use k2 pruned transducer loss to train conformer-transducer model (#194)
* Using k2 pruned version transducer loss to train model

* Fix style

* Minor fixes
2022-02-17 13:33:54 +08:00