-
I was install pykaldi from source.
I followed the command in readme file, and some errors occurred but I solved them.
When I run "./install_clif.sh ", an error occurred and I could not sovle it.
Ca…
-
All of the classes with Options at the end like (BiglmFasterDecoderOption) are not found and python says there is no reference of them in __init__.py. Also, from kaldi.feats.mfcc import Mfcc is not fo…
-
Hi all
I am using NnetLatticeFasterOnlineRecognizer for online encoding of Mandarin, it is good, but it is found that the last few words of sentence cannot be recognized, unless some silent audio (…
-
In a setup with [Kaldi](https://github.com/kaldi-asr/kaldi) (automatic speech recognition) with a [pykaldi](https://github.com/pykaldi/pykaldi) wrapper I've run into random errors related to OpenBLAS.…
-
Hello,
Thanks for making this awesome interface to Kaldi.
This [example](https://github.com/pykaldi/pykaldi/blob/master/examples/scripts/asr/mapped-loglikes-recognizer.py) show how you can dec…
-
conda install -c pykaldi pykaldi
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- pykaldi
Current channels:
- http…
-
All of the classes with Options at the end like (BiglmFasterDecoderOption) are not found and python says there is no reference of them in __init__.py. Also, from kaldi.feats.mfcc import Mfcc is not fo…
-
Hello,
When I checked the specified version of Kaldi to be used with pykaldi, I saw that it differs by just 2 commits in `src/cudamatrix/cu-vector.cc` and `src/cudamatrix/cu-packed-matrix.cc`.
H…
-
Thanks to pykaldi. Now it is very easy to incorporate kaldi's feature into pytorch to do NN training related to speaker verification with only few lines of codes.
However, I found it is very slow …
-
Hello,
I have a problem by install pykaldi, during install there are no error, but at the step: python setup.py install, the computer will always be frozen, I have tried many times but it always s…