-
Hi,
I tried installing Kaldi using the instructions on [https://www.assemblyai.com/blog/kaldi-install-for-dummies/#cloud-speech-to-text-apis](url) and got the following error:
Hit:1 http://us.ar…
-
I want to use cudedecoder write asr service and ok. But when I test wer, I found some problem,I test result:
| command-the same parameter | result
-- | -- | --
test5 | batched-wav-nnet3-cuda-…
-
I have followed the steps given
However i always get the following output from the asr server
{"status":"ok","data":[{"confidence":0.862751,"text":""}],"interrupted":"endofspeech","time":1080}
…
-
Hi, thanks for your nice work.
I am trying ASR experiment on TIMIT dataset, but I got an error message as the below.
```
epoch=20 loss_tr=0.859986 err_tr=0.273605 loss_te=1.420085 err_te=0.4009…
-
I have a model trained with LDA+MLLT features using kaldi, & I want to deploy this model (API endpoint) using pykaldi,
How would I write the code for features pipeline for decoding using python usin…
hbata updated
4 years ago
-
There are a some commands that the tool doesn't understand correctly:
* building
* half
-
ERROR (fcgi-nnet3-decoder[5.5.268~1-f9828]:DecodableNnetLoopedOnlineBase():decodable-online-looped.cc:50) Ivector feature dimension mismatch: got -1 but network expects 100
[ Stack-Trace: ]
ka…
-
Hi, I was able to install kaldi-lm-adpat. After running the command on my sentences.txt with the Zamia pretrained model, I got this error
0609 lm.arpa mymodel -w=/home/jupyter/lm_model -f
INFO:ro…
-
相关论文能否贴一下,谢谢
-
Hi, this is one of the best tools for reading ark and scp files! However, wanted to know how can one read models generated by kaldi, e.g. fullUBM models or ivector extractor models, which are usually …