17 Commits

Author SHA1 Message Date
Fangjun Kuang
9fad0fd915 Minor fixes. 2021-12-17 20:39:34 +08:00
Fangjun Kuang
be493ad913 Minor fixes. 2021-12-17 20:22:26 +08:00
Fangjun Kuang
47b0f2ec2f Update RESULT.md to include RNN-T Conformer. 2021-12-17 20:16:47 +08:00
Fangjun Kuang
164321c79d Minor fixes to make it ready for merge. 2021-12-17 19:43:04 +08:00
Fangjun Kuang
f6a33a85c5 Use stateless decoder. 2021-12-17 16:48:57 +08:00
Fangjun Kuang
fcc22d3e91 Use LSTM layers for the encoder.
Need more tunings.
2021-12-17 11:58:30 +08:00
Fangjun Kuang
3174bebf07 Add beam search. 2021-12-15 18:50:29 +08:00
Fangjun Kuang
cbda811a10 Minor fixes. 2021-12-15 08:43:38 +08:00
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