-
Hi there, thanks for Kaldi :)
I want to perform speaker diarization on a set of audio recordings. I believe Kaldi recently added the speaker diarization feature. I have managed to find [this link](…
-
**Describe the bug**
After git clone, run "pip install plda",
the error goes like:
ERROR: Could not find a version that satisfies the requirement plda
ERROR: No matching distribution found for p…
-
I ran the script and try to reproduce the ResNet101 model. During training, it said:
RuntimeError when processing mini batch 4542/4544. If you see this message frequently, it probably means, that the…
-
I compile the module with success.
I launch the command insmod /sdcard/lime.ko "path=tcp:4444 format=lime"
and in another pc I dump the memory with nc 192.168.1.66 4444 > ram.lime
it starts creat…
-
Hello everybody,
I am encountering a codec problem while trying to test my trained models on VoxCeleb .
Here is the error :
```
File "speaker_verification_plda.py", line 206, in
par…
-
Hi, I managed to reproduce the training pipeline. I successfully created the `final.onnx` and `plda` files. I would like to try the checkpoint in the vbx diarization, but I am missing the file `transf…
-
One option is the hdf5 data type.
Another is super fast data loading from one of our collaborators (I've forgotten which one).
-
Hi, I am still new to Kaldi. I would like to perform diarization on some of the speech samples from my own dataset which do not have any speaker labels available, so I would have to listen and compare…
-
Hello,I did a comparison with the same audio. Under the same circumstances, the res['spk'] output in the c example is inconsistent with the res['spk'] output in the Python example.
In the c example,…
-
Excuse me.
I met the problem in run test.py and not sure it from kaldi or code:
Traceback (most recent call last):
File "test.py", line 94, in
decisions, _ = iv_csi_model.make_decisions(…