--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/4a6d9fee-84d1-4d52-bbad-1a09c7fcff79%40googlegroups.com.
You can in general figure it out from looking at the decoding log files and tracing back to see where various things came from and what commands the associated log files have. You'd generally replace utt2spk or spk2utt files with a dummy that says justdummy dummyor something like that, so `dummy` would be the utterance-id and also the speaker-id.If it's one of the nnet1 scripts that uses fMLLR adaptation, it may be a little complicated-- there are various stages infMLLR estimation.You'd do better to use nnet3 scripts and use the online decoding setup, where it really is just a single binary.Look at mini_librispeech/s5/local/chain/run_tdnn.sh for an up-to-date setup.The results will be better, also.Dan
On Mon, Jul 22, 2019 at 11:04 PM shun <yoshi.s...@gmail.com> wrote:
--Dear all,I have been playing Kaldi for 4 months and are familiar with creating DNN acoustic models (nnet1) using "kaldi/egs/csj/s5/run.sh".I started with no knowledge of speech recognition, but I am grateful that I could learn various things from Kaldi. Thank you very much.Now, I want to build an offline speech recognition system using Kaldi.Please tell me how to decode a new wav file using the nnet1 model (* .nnet etc.) you have created.In addition, the offline speech recognition system we are thinking of is considering the following procedure.・1.: Record the audio file you want to decode (*. wav).・2.: 1. The audio file (*. wav) recorded in is decoded with Kaldi(* .nnet etc.).・3.: 2. Receive the recognition result (text) decoded by.Thank you and best regards,Shun●Supplementary Information(version etc...,)・【OS】Ubuntu16.04LTS・【recipe】Corpus of Spontaneous Japanese(CSJ)(kaldi/egs/csj/s5)・【toolkit for language models】IRSTLM
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi...@googlegroups.com.
You can in general figure it out from looking at the decoding log files and tracing back to see where various things came from and what commands the associated log files have. You'd generally replace utt2spk or spk2utt files with a dummy that says just
dummy dummyor something like that, so `dummy` would be the utterance-id and also the speaker-id.If it's one of the nnet1 scripts that uses fMLLR adaptation, it may be a little complicated-- there are various stages infMLLR estimation.You'd do better to use nnet3 scripts and use the online decoding setup, where it really is just a single binary.Look at mini_librispeech/s5/local/chain/run_tdnn.sh for an up-to-date setup.The results will be better, also.Dan
On Mon, Jul 22, 2019 at 11:04 PM shun <yoshi.s...@gmail.com> wrote:
--Dear all,I have been playing Kaldi for 4 months and are familiar with creating DNN acoustic models (nnet1) using "kaldi/egs/csj/s5/run.sh".I started with no knowledge of speech recognition, but I am grateful that I could learn various things from Kaldi. Thank you very much.Now, I want to build an offline speech recognition system using Kaldi.Please tell me how to decode a new wav file using the nnet1 model (* .nnet etc.) you have created.In addition, the offline speech recognition system we are thinking of is considering the following procedure.・1.: Record the audio file you want to decode (*. wav).・2.: 1. The audio file (*. wav) recorded in is decoded with Kaldi(* .nnet etc.).・3.: 2. Receive the recognition result (text) decoded by.Thank you and best regards,Shun●Supplementary Information(version etc...,)・【OS】Ubuntu16.04LTS・【recipe】Corpus of Spontaneous Japanese(CSJ)(kaldi/egs/csj/s5)・【toolkit for language models】IRSTLM
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/3b44fb0d-d41f-4a07-b0cf-2643c796e108%40googlegroups.com.