-
Hi, I am trying to build a DBN for language Id using PDNN. As is a huge amount of data, I decided to use kaldi data format to structure my data. I use copy-feat kaldi binary to convert my ascii featur…
-
Hi,
have you already written a JNI library for Kaldi? I saw you have some pocketsphinx jni jar in your project tree, but I didn't find anything similar for Kaldi.
Thank you!
-
My pykaidl is installed according to the steps in Dockerfile.
The code to reproduce the leak:
> import kaldi.fstext as fst
> file_pos = 'train/lats/lat.1.ark:37402'
> fst.read_fst_kaldi(file_pos…
-
It looks like the script:
https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/utils/lang/add_unigrams_arpa.pl
Doesn't make any attempt to assure that the unigrams probabilities sum to 1.…
-
同一个视频,在windows是好的,ubuntu上报错
RROR:root:An error occurred: choose a window size 400 that is [2, 160] | 0/24 [00:00
-
When trying to run `mfa_validate` after incorporating a randomly generated sample of wav and lab files, I am running into this error:
`montreal_forced_aligner.exceptions.KaldiProcessingError: There w…
-
Hi Michael,
How difficult do you think it would be to allow using "nnet2" or "nnet3" models for alignment purposes?
I'm interested in using your tool with my own models, but my most powerful models a…
-
```cpp
struct NnetIo {
std::string name;
std::vector indexes;
GeneralMatrix features;
```
```cpp
GeneralMatrix:
Matrix mat_;
CompressedMatrix cmat_;
SparseMatrix smat_;
```
…
-
import kaldi_io
Traceback (most recent call last):
File "", line 1, in
File "kaldi_io/__init__.py", line 243, in
from kaldi_io_internal import *
ImportError: kaldi_io/kaldi_io_internal.…
-
The [install from source](https://github.com/pykaldi/pykaldi#from-source) instructions do not seem to work on Ubuntu 18.04.
I ran:
virtualenv -p python3.6 .env
. .env/bin/activate
…