Daniil
|
b293db4baf
|
Tedlium3 conformer ctc2 (#696)
* modify preparation
* small refacor
* add tedlium3 conformer_ctc2
* modify decode
* filter unk in decode
* add scaling converter
* address comments
* fix lambda function lhotse
* add implicit manifest shuffle
* refactor ctc_greedy_search
* import model arguments from train.py
* style fix
* fix ci test and last style issues
* update RESULTS
* fix RESULTS numbers
* fix label smoothing loss
* update model parameters number in RESULTS
|
2022-12-13 16:13:26 +08:00 |
|
Desh Raj
|
107df3b115
|
apply black on all files
|
2022-11-17 09:42:17 -05:00 |
|
Fangjun Kuang
|
60317120ca
|
Revert "Apply new Black style changes"
|
2022-11-17 20:19:32 +08:00 |
|
Desh Raj
|
d110b04ad3
|
apply new black formatting to all files
|
2022-11-16 13:06:43 -05:00 |
|
Fangjun Kuang
|
0f180b3ce2
|
Validate that there are no OOV tokens in BPE-based lexicons. (#359)
* Validate that there are no OOV tokens in BPE-based lexicons.
* Typo fixes.
|
2022-05-13 14:00:35 +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 |
|
pkufool
|
19c4214958
|
Fix code style and add copyright. (#18)
* Fix style and add copyright
* Minor fix
* Remove duplicate lines
* Reformat conformer.py by black
* Reformat code style with black.
* Fix github workflows
* Fix lhotse installation
* Install icefall requirements
* Update k2 version, remove lhotse from test workflow
|
2021-08-23 10:43:59 +08:00 |
|
Fangjun Kuang
|
1c3b13c7eb
|
Minor fixes. (#9)
|
2021-08-16 19:01:25 +08:00 |
|
Fangjun Kuang
|
5a0b9bcb23
|
Refactoring (#4)
* Fix an error in TDNN-LSTM training.
* WIP: Refactoring
* Refactor transformer.py
* Remove unused code.
* Minor fixes.
|
2021-08-04 14:53:02 +08:00 |
|
Fangjun Kuang
|
acc63a9172
|
WIP: Add BPE training code.
|
2021-07-29 20:23:52 +08:00 |
|
Fangjun Kuang
|
4ccae509d3
|
WIP: Begin to add BPE decoding
|
2021-07-26 20:06:58 +08:00 |
|