9 Commits

Author SHA1 Message Date
Fangjun Kuang
e38f04e70f Add decoding script. 2021-12-13 19:49:50 +08:00
Fangjun Kuang
73ba843d0a Begin to add decoding script. 2021-12-13 17:08:27 +08:00
Fangjun Kuang
89a08b64ce Remove long utterances to avoid OOM when a large max_duraiton is used. 2021-12-13 16:41:14 +08:00
Fangjun Kuang
cd5ed7db20 Add training code. 2021-12-13 13:50:53 +08:00
Fangjun Kuang
232caf51ee Begin to add training script. 2021-12-13 11:15:35 +08:00
Fangjun Kuang
f5199d37c4 Use conformer/transformer model as encoder. 2021-12-07 23:20:59 +08:00
Fangjun Kuang
f802758fca Copy files from conformer_ctc.
Will edit it.
2021-12-07 22:25:31 +08:00
Fangjun Kuang
5802d5ad2e Begin to add RNN-T training for librispeech. 2021-12-07 22:24:18 +08:00
Fangjun Kuang
1aff64b708
Apply layer normalization to the output of each gate in LSTM/GRU. (#139)
* Apply layer normalization to the output of each gate in LSTM.

* Apply layer normalization to the output of each gate in GRU.

* Add projection support to LayerNormLSTMCell.

* Add GPU tests.

* Use typeguard.check_argument_types() to validate type annotations.

* Add typeguard as a requirement.

* Minor fixes.

* Fix CI.

* Fix CI.

* Fix test failures for torch 1.8.0

* Fix errors.
2021-12-07 18:38:03 +08:00