lalimili6
lalimili6
Hi Now Kaldi support GPU decoding (https://github.com/kaldi-asr/kaldi/pull/3114) is it possible to configure TCP port on GPU? What your opinion? How can change TCP port to use GPU decoding? Best regards
I want to use the Cuda decoder ( batched-wav-nnet3-cuda2) in Kaldi for semi-supervised(semiup) decoding. I wrote two scripts the first one used the Cuda decoder and then added "lattice-determinize-phone-pruned" to...
Hi how can learn model new words that don't see it. How can learn model a new pronunciation and how can deal with crossover pronunciation of two neighbor words? In...
RTF for cpu
Hi dear, can report RTF for cpu? best regards
Hi Dear I ask you this question since you are familiar sidekit. Is it possible to use Kaldi models in sidekit? I want to use PLDA model of for example...
Hi Dears Thanks for your code. In codes, sil symbol is hard-coded. https://github.com/aalto-speech/subword-kaldi/blob/b4a45d93645289a4bf12cf7b023f5aca6a31151e/local/make_lfst_lr.py#L49 if we use another symbol do we must change them? best regards
hi dears waht is best sherpa english model in case of telephone conservastion? best regards
I installed this version lhotse-1.24.0.dev0+git.4d57d53.clean and used this script to fbank compute egs/commonvoice/ASR/local/compute_fbank_commonvoice_dev_test.py get this error how can fix it? best regards ``` ./local/compute_fbank_commonvoice_dev_test.py --language $lang ─╯ touch data/${lang}/fbank/.cv-${lang}_dev_test.done 2024-06-08...
Hi dear, Thank you for this code. If my dataset contains long waves with segment metadata how can prepare it? for example: wav_1 path_wave seg_1 wav_1 beginning_segment end_segment seg_1 wav_1...