-
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…
-
### Macos version
ProductName: macOS
ProductVersion: 14.5
BuildVersion: 23F79
### Clang version:
- clang version 16.0.6
- Target: arm64-apple-darwin
- Thread mod…
-
Hi, when i run the sh run_kt.sh ,it occur the problem as follows:
The path is
train=/kaldi-trunk/egs/timit/s5/data/train
test=/kaldi-trunk/egs/timit/s5/data/test
lang=/kaldi-trunk/egs/timit/s5/dat…
cjjjy updated
6 years ago
-
I get the following error when I compile pkwrap with the latest kaldi:
`pkwrap/src/chain.cc:220:46: error: call of overloaded ‘GetNnetChainExampleSize(kaldi::nnet3::NnetChainExample&)’ is ambiguous`
…
-
I have installed libfvadproperly, I am having latest kaldi but getting following error while running make in KaldiBasedSpeakerVerification/src. I have provided the correct locations in makefile.
…
-
Hi,
I'm trying to use `mfa` to align my own data as part of a preparation step for [FastSpeech2](https://github.com/ming024/FastSpeech2). I've generated lab files for each of my wav files. Now I'…
-
The kaldi site has two newer models available, the Librespeech and Gigaspeech models at https://www.kaldi-asr.org/models.html. I've been looking through the code at https://github.com/grwgreg/silviux/…
-
```
ERROR (fcgi-nnet3-decoder[5.2.62~1-a2342]:ToInt():parse-options.cc:598) Invalid integer option ""
[ Stack-Trace: ]
../asr-server/fcgi-nnet3-decoder() [0xf2e23a]
kaldi::MessageLogger::HandleM…
-
$ tree-info exp_test_1/tri1_7000_140000/tree
tree-info exp_test_1/tri1_7000_140000/tree
add-self-loops --self-loop-scale=0.1 --reorder=true exp_test_1/tri1_7000_140000/final.mdl exp_test_1/tri…
-
Hi,
I have a few suggestions on using LF-MMI:
I noticed you are looping over the batch, creating the supervision and calculating the criterion.
you can use MergeSupervision function I added to pyka…