Fangjun Kuang
|
a8150021e0
|
Use modified transducer loss in training. (#179)
* Use modified transducer loss in training.
* Minor fix.
* Add modified beam search.
* Add modified beam search.
* Minor fixes.
* Fix typo.
* Update RESULTS.
* Fix a typo.
* Minor fixes.
|
2022-02-07 18:37:36 +08:00 |
|
Fangjun Kuang
|
14c93add50
|
Remove batchnorm, weight decay, and SOS from transducer conformer encoder (#155)
* Remove batchnorm, weight decay, and SOS.
* Make --context-size configurable.
* Update results.
|
2021-12-27 16:01:10 +08:00 |
|
Fangjun Kuang
|
8187d6236c
|
Minor fix to maximum number of symbols per frame for RNN-T decoding. (#157)
* Minor fix to maximum number of symbols per frame RNN-T decoding.
* Minor fixes.
|
2021-12-24 21:48:40 +08:00 |
|
Fangjun Kuang
|
fb6a57e9e0
|
Increase the size of the context in the RNN-T decoder. (#153)
|
2021-12-23 07:55:02 +08:00 |
|
Fangjun Kuang
|
cb04c8a750
|
Limit the number of symbols per frame in RNN-T decoding. (#151)
|
2021-12-18 11:00:42 +08:00 |
|