Mingshuang Luo
|
d0d806560f
|
Change for asr_datamodule.py (#241)
* change for asr_datamodule.py
* fix style check
* do a fix
|
2022-03-14 00:30:58 +08: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
|
68506609ad
|
Set fsa.properties to None after changing its labels in-place. (#121)
|
2021-11-16 23:11:30 +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 |
|