Desh Raj
|
d110b04ad3
|
apply new black formatting to all files
|
2022-11-16 13:06:43 -05:00 |
|
Fangjun Kuang
|
1c35ae1dba
|
Reset seed at the beginning of each epoch. (#221)
* Reset seed at the beginning of each epoch.
* Use a different seed for each epoch.
|
2022-02-21 15:16:39 +08:00 |
|
Fangjun Kuang
|
42b437bea6
|
Use pre-sorted text to generate token ids for attention decoder. (#98)
* Use pre-sorted text to generate token ids for attention decoder.
See https://github.com/k2-fsa/icefall/issues/97
for more details.
* Fix typos.
|
2021-10-29 13:46:41 +08:00 |
|
Fangjun Kuang
|
53b79fafa7
|
Add MMI training with word pieces as modelling unit. (#6)
* Fix an error in TDNN-LSTM training.
* WIP: Refactoring
* Refactor transformer.py
* Remove unused code.
* Minor fixes.
* Fix decoder padding mask.
* Add MMI training with word pieces.
* Remove unused files.
* Minor fixes.
* Refactoring.
* Minor fixes.
* Use pre-computed alignments in LF-MMI training.
* Minor fixes.
* Update decoding script.
* Add doc about how to check and use extracted alignments.
* Fix style issues.
* Fix typos.
* Fix style issues.
* Disable macOS tests for now.
|
2021-10-18 15:20:32 +08:00 |
|