Daniel Povey
7d65f6480a
Merge 8e650a584134e9cd42216427ac1f2f2a0ae45b74 into bd7c2f7645c0aea4cb482cc1f60836907a61d36b
2021-10-17 00:34:19 +03:30
Mingshuang Luo
597c5efdb1
Use LossRecord to record and print the loss for the training process ( #62 )
...
* Update index.rst (AS->ASR)
* Update conformer_ctc.rst (pretraind->pretrained)
* Fix some spelling errors.
* Fix some spelling errors.
* Use LossRecord to record and print loss in the training process
* Change the name "LossRecord" to "MetricsTracker"
2021-10-12 15:58:03 +08:00
Fangjun Kuang
beb54ddb61
Support torch script. ( #65 )
...
* WIP: Support torchscript.
* Minor fixes.
* Fix style issues.
* Add documentation about how to deploy a trained model.
2021-10-12 14:55:05 +08:00
Daniel Povey
3ce1de337d
UPdates for new k2 version; change LR decay from 0.85 to 0.9
2021-09-13 20:57:02 +08:00
Daniel Povey
894be068e7
Update prepare.sh to create LM training data; add missed scripts local/prepare_lm_training_data.py
2021-08-23 19:51:58 +08:00
Daniel Povey
421a41027a
Get dataset.py working..
2021-08-21 18:23:46 +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
Fangjun Kuang
00f8371f37
begin to add LM rescoring.
2021-07-24 18:24:04 +08:00
Fangjun Kuang
f3542c7793
Add CTC training.
2021-07-24 17:13:20 +08:00
Fangjun Kuang
a01d08f73c
Add self-loops to propagate disambiguation symbols.
2021-07-21 13:12:20 +08:00
Fangjun Kuang
e005ea062c
Minor fixes after review.
2021-07-20 10:02:20 +08:00
Fangjun Kuang
f25eedf2d4
Fixes after review.
2021-07-20 00:14:24 +08:00
Fangjun Kuang
0b19aa09c1
Compute features of librispeech and musan.
2021-07-19 23:35:32 +08:00
Fangjun Kuang
40eed74460
Download LM for LibriSpeech.
2021-07-15 21:09:14 +08:00