kaldi
kaldi copied to clipboard
kaldi-asr/kaldi is the official location of the Kaldi project.
The URL present in the code file kaldi/tools/extras/install_srilm.sh to download the srilm seems to be depreciated. **The current url provided is :** http://www.speech.sri.com/projects/srilm/srilm_download.php kindly update it with the new one.
Adding a recipe for SPGISpeech (https://datasets.kensho.com/datasets/spgispeech) corpus The workflow is based on egs/librispeech. Provides numbers comparable with the baseline in https://arxiv.org/abs/2104.02014 @desh2608 do you have time to review (I'm pinging...
To force stdout, stderr to be unbuffered for python scripts. Without this setting, parts of the stream might be lost in a few cases. Relevant mainly for python versions
Hi team, I am building a Docker image using kalid The script fails at the second command ``` #Commit on May 15, 2019 ENV KALDI_SHA1 35f96db7082559a57dcc222218db3f0be6dd7983 RUN git clone https://github.com/kaldi-asr/kaldi...
One last small fix to allow compiling with Conda's BLAS infrastructure
**i use multi_cn/s5/run.sh train model, in the last step local/chain/run_cnn_tdnn.sh , find below bug:** ``` run.pl: job failed, log is in exp/chain_cleaned/tdnn_cnn_1a_sp/log/train.1.3.log 2022-03-28 05:58:19,735 [/opt/kaldi/egs/multi_cn/s5/steps/libs/common.py:236 - background_command_waiter - ERROR ]...
I built vosk with Kaldi and CUDA 11.2 on windows10, but when I run vosk test.c, something wrong with Kaldi... LOG (VoskAPI:kaldi::IvectorExtractor::ComputeDerivedVars():ivector\ivector-extractor.cc:183) Computing derived variables for iVector extractor Wrong parameter...
make[3]: *** [fst.lo] 错误 1 make[3]: 离开目录“/root/data/lain/kaldi/tools/openfst-1.7.2/src/lib” make[2]: *** [install-recursive] 错误 1 make[2]: 离开目录“/root/data/lain/kaldi/tools/openfst-1.7.2/src” make[1]: *** [install-recursive] 错误 1 make[1]: 离开目录“/root/data/lain/kaldi/tools/openfst-1.7.2” make: *** [openfst_compiled] 错误 2
Hi, I'm trying to train my Kaldi with corpus mini-librispeech. I run kaldi on the latest version Kaldi Docker. I start the docker with command ``` nvidia-docker run -it kaldiasr/kaldi:gpu-latest...
Hello, I am a noob, trying to use kaldi for diarization. I created my own docker container. I started your "getting started tutorial" https://kaldi-asr.org/doc/tutorial_setup.html. I did a "make" in the...