-
Hello all,
I trained a simple nnet3 model using train_dnn.py that gave perfect results while I decoded audio files through steps/online/nnet3/decode.sh after preparing online directory (using steps/o…
-
(updated)
Hi! I'm beginner of Kaldi and Gstreamserver.
I have a trained Kaldi model with NNet3 on CSJ corpus.
I tried to run NNet3 with Gstream server.
But I got following errors.
Could you give…
-
I keep getting a runtime error and the service keeps shutting down. I have described what I did below.
The README said to get my own kaldi model and must have a yaml file that describes the model.…
ghost updated
5 years ago
-
Hi, I'm trying to use this project for kaldi nnet3 model.
Here is most of the part(excluding model) uploaded. https://github.com/guliashvili/gst-kaldi
However I get following error.
```
ubuntu@i…
-
Hi,
I was trying to use kaldi-websocket-python with a pre-trained German audio model, so I substituted the English model with my own one. I tried to place all the files of the new audio model in th…
-
Dear sir,
While I am using this project with my NNET3 Chain model(chinese) to carry on speech recog, I ran into this error, the websocket will be closed before the final ASR.
![image](https://user-i…
-
I Downloaded kaldi-generic-en-tdnn_sp-r20190227 and tried to use it with the kaldi online decoders.
I used the following arguments:
```bash
./online2-tcp-nnet3-decode-faster --feature-type=mfcc -…
-
I've tried to run the provided pre-trained model `de_350k_nnet3chain_tdnn1f_1024_sp_bi.tar.bz2 ` on a working installation of Kaldi (i.e., the tedlium worker works with Gstreamer plugin successfully).…
-
### The problem
I've trained a [custom GMM/HMM model](https://github.com/alx741/kaldi_spanish_dimex100/tree/master/dimex100/s5) with custom data for Spanish and have rather decent results down to *…
-
So below are some notes on things I encountered while trying to get a correct installation of kaldi, gstreamer, and the appropriate plugins. It's mostly in chronological order in which I ran commands
…