-
Add details of code that should be run for training. Which file and command to run?
>Go through this website https://kaldi-asr.org/doc/kaldi_for_dummies.html for initial understanding of file struc…
-
hi
please I'm new to kaldi , I build and install alumae/gst-kaldi-nnet2-online and alumae/kaldi-gstreamer-server and asr is working fine using
arecord -f S16_LE -r 16000 | python kaldigstserver/cl…
-
When I convert nnet3 model, it came up this problem.
Seems that the converter cannot handle component correctly.
`
Traceback (most recent call last):
File "/home/kaldi-onnx/converter/utils.py…
-
Hello,when i install warp-ctc ,i get this question:
[ 14%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_ctc_entrypoint.cu.o
/home/geff/kaldi-ctc-master/tools/warp-ctc/src…
-
May I ask you the numerical difference between kaldifeat by kaldi implementation and kaldifeat by your python implementation?
I have compared the two computed features, and I find it has some differe…
-
Dear all,
Can someone guide me upto which kaldi version, models are supported with gstreamer server? Kaldi is now compiled with MKL libraries. Models built on this latest version give following err…
-
hi
I got error when I run the command as follow:
python converter/convert.py --input=models/kaldi/final.mdl --output=models/onnx/final.onnx --chunk-size=20 --nnet-type=2
The error message is:
.…
-
Hi, I have a dataset which used in kaldi before and it is based on kaldi with `segment` file to notify the start time and its finish time.
-
Hi Yuan
We have another question: What was the length of the audio files you used? In the paper it is written thatthey are 10 seconds but with 10 seconds the resulting spectrograms (from torchaudio…
-
Hi,
I am using egs/sprakbanken_swe/s5 to train model, when comes to command **_steps/make_mfcc.sh --nj 1 --cmd utils/parallel/run.pl data/test exp/make_mfcc/test mfcc_**, the job failed, and the LOG …