kaldi
Here are 130 public repositories matching this topic...
Documentation
Current documentation in README explains how to install the toolkit and how to run examples. However, I don't think this is enough for users who want to make some changes to the existing recipes or make their own new recipe. In that case, one needs to understand what run.sh does step by step, but I think docs for that are missing at the moment. It would be great if we provide documentation for:
-
Updated
May 21, 2020 - Python
Add the ability to answer weather forecast questions. DO NOT USE any API key because Dragonfire is an application that runs on the client's machine.
-
Updated
May 23, 2019 - C++
-
Updated
May 24, 2020 - Python
I think the filenames in models.sh referred to on lines 4-9 should refer to kaldi-generic-en-tdnn_f-r20190609* which is downloaded on line 3.
-
Updated
May 24, 2020 - C++
I tried using the pretrained french acoustic model (trained on GP using GP dictionary), but got error messages about not finding the pretrained model.
The MFA documentation page (https://montreal-forced-aligner.readthedocs.io/en/latest/aligning.html#align-using-pretrained-models) says that the pretrained model should be under pretrained_models folder and shouldn't add the .zip suffix as an argu
-
Updated
Feb 16, 2020 - Python
-
Updated
May 6, 2020
The README.md file says to run the following command:
find /media/kaldi_models/ -type f | xargs sed -i 's:test:/opt:g'
The intent seems to be to change paths in ivector_extractor.conf and online_nnet2_decoding.conf from test/models/... to /opt/models/... where they will work with the docker image. However, that command also changes all instances of "test" in the wordlist words.txt! So for
-
Updated
Jul 28, 2019 - Shell
-
Updated
May 7, 2020 - Python
-
Updated
Apr 13, 2020 - Python
issues in README.md
The following
uttid1 cat /some/where/feats.ark:123 |
would not work because the :123 would not be interpreted by the shell.
Also there is an extra i in kaldiiio
-
Updated
Mar 10, 2019 - Python
When I follow the instructions here: https://caster.readthedocs.io/en/latest/readthedocs/Installation/Kaldi/
then say "Enable Text Manipulation", which is a moderately complex CCR grammar, Kaldi stalls and no longer accepts speech. I found that with a different grammar if I stripped out complexity right until the limit then Kaldi would still perform really well so would it be possible to tweak
-
Updated
Mar 8, 2020 - C++
-
Updated
May 11, 2020 - Python
-
Updated
Nov 21, 2019 - Python
Improve this page
Add a description, image, and links to the kaldi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kaldi topic, visit your repo's landing page and select "manage topics."
See this thread
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/kaldi-help/1AMGQ54tn0E/kacpkoizAAAJ
for the problem-- for CUDA 10.1 the rpath we add for CUDA is not sufficient because they put the CUBLAS library somewhere else. Making the issue so we don't lose track of it.