-
I would like to run our custom kaldi tdnn model on Gstreamer Server. But Im having hard time for writing our own nnet2.yaml file.
Would you mind if I ask you to let me know exact features for this …
hcnoh updated
5 years ago
-
In CUDA code, we have NVTX calls wrapped in macros. There is no counterpart in CPU code, unfortunately. I'm flying blind.
I want to add more or less profiler-independent macros at strategic locatio…
-
hello~
i made kaldi decode live server with my pc and
i made my android application to send my voice to server with socket.
i'd like to use socket streaming record data not pulseaudio from pc.
ple…
-
C:\Users\SA>docker run --memory="8g" -it -p 8080:80 -v /media/kaldi_models:/opt/models ca9ada4fab7f /bin/bash
root@b4eabf42047c:/opt# /opt/start.sh -y /opt/models/nnet2.yaml
python main.py -…
-
Hi
i want to use http://speech.tools/kaldi_tuda_de/de_350k_nnet3chain_tdnn1f_1024_sp_bi.tar.bz2 model , but
i always get the following error after exe
python client.py -u ws://localhost:8080/c…
ghost updated
5 years ago
-
Hi Nickolay,
its good to see you active with a new ASR project :-) As far as I remember we talked a bit back in the Sphinx4 days when I was working on [ILA](https://cmusphinx.github.io/2015/01/ila-…
-
The docker image does not support HTTPS. Without HTTPS, chrome will not allow use of navigator.mediaDevices.getUserMedia, and thus the script errors out and the demo fails.
The error that shows up…
-
Hi ,I install this project follow your steps on the linux server,
(1)docker-compose up -d
(2)docker-compose logs -f
and it has no error and running sucessfully,LOG AS FOLLOWS:
.......
kaldi_1 |…
cjjjy updated
4 years ago
-
To be updated.
-
I followed the steps https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition. After Server started, I start the client with: scripts/docker/launch_client.sh -p -v.
The clie…