-
.py:141: UserWarning: paddleaudio C++ extension is not available. sox_io, sox_effect, kaldi raw feature is not supported!!!
warnings.warn(
[2024-04-15 17:55:56,623] [ INFO] - Here is the table …
-
https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/steps/data/augment_data_dir.py#L191
and
https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/steps/data/augment_data_dir.py#L187
Per…
-
https://github.com/kaldi-asr/kaldi/blob/6016c004b117d03cf6368f0a8f506a554da63959/egs/wsj/s5/local/chain/tuning/run_tdnn_1f.sh
https://github.com/kaldi-asr/kaldi/blob/6016c004b117d03cf6368f0a8f506a554…
-
Hi
Now Kaldi support GPU decoding (https://github.com/kaldi-asr/kaldi/pull/3114) is it possible to configure TCP port on GPU?
What your opinion?
How can change TCP port to use GPU decoding?
Best …
-
Is there any performance benchmarks or ball park idea for this system vs
kaldi's default tcp online decoder
```
https://github.com/kaldi-asr/kaldi/blob/master/src/online2bin/online2-tcp-nnet3-decod…
-
Given the fact that the lexicon is using utf-8, this line
https://github.com/freerussianasr/recipes/blob/a5368594844df9c748692415b6cf99d24f24f4bf/voxforge_ru/local/voxforge_prepare_dict.sh#L54
shoul…
-
Dear Yu Wang,
As an online ASR extension toolkit for Kaldi, can we use Kaldi AM model instead of DL model as an estimator?
Best,
Saeed
-
I followed the very old instructions to build Kaldi for WASM here: https://gitlab.inria.fr/multispeech/kaldi.web/kaldi-wasm/-/wikis/build_details.md
I found out that the performance with this was v…
msqr1 updated
1 month ago
-
- tri2b
- tri2b_mmi
- tri2b_bmmi
- tri2b_mpe
Tham khảo: https://github.com/kaldi-asr/kaldi/blob/master/egs/farsdat/s5/run.sh
-
Python2.7 had been removed from macOS since 12.3. But it seems like the build process still need python2.
And since I am using an arm based machine, I can't install python2 since there's no such …