-
The docker images currently provided on docker hub are only build for `linux/amd64` and do not run natively on `arm64` (emulation via the `docker run --platform` flag is unpractical performance-wise i…
-
Hi Silva,
Thanks a lot for the great work on the docker image which I have been experimenting for some time now.
The problem I am experiencing is that the worker process tends to terminate mysterious…
-
ubuntu 16.04
python 2.7.12
After i finished do this:
`KALDI_ROOT=/path/of/kaldi-trunk make depend`
`KALDI_ROOT=/path/of/kaldi-trunk make`
i just got **libgstkaldinnet2onlinedecoder.so**, and th…
-
Hi,
while compiling asr-server, it gives the following error.
g++: error: /home/somnath/kaldi/src/thread/libkaldi-thread.so: No such file or directory
I am using the latest kaldi-version (August…
-
Hi there!
Is it possible to build Kaldi Custom Backend for Triton Server r21.08?
Where can I get instructions for this process?
-
I made an example with english characters and greek audio on kaldi which was working fine with kaldi -streamer-server.
After this test I tried greek characters, models seems to be trained but kaldi-g…
-
I need to execute a customized Kaldi model, but it doesn't match the Kaldi version in the Kaldi Gstreamer Server Docker container. That is why I should update it. How can I do that?
hcnoh updated
5 years ago
-
Related to [Kaldi example](https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition) - LibriSpeech Model
Core Dump using default configuration of 20.03 Kaldi and 20.03 Trito…
-
Hello -- when trying to send live audio to vosk-server kaldi-en running on a remote server using the following code on the rPi client...
`arecord --buffer-time=5000000 -D plughw:2,0 -f cd -t raw | …
-
Yi Liu, Hello.
Thank you very much for your solution!
I trained with dataset voxcelev1&2 and xvector_nnet_tdnn_amsoftmax_m0.20_linear_bn_1e-2_tdnn4_att. Everything works as expected. Training, …