keras-kaldi
keras-kaldi copied to clipboard
Keras Interface for Kaldi ASR
Hello Mr. Kumar, I noticed that you set ``` self.inputFeatDim = 429 ## IMPORTANT: HARDCODED. Change if necessary. ``` I am wondering how can I check the inputFeatDim of my...
Hi, I'm trying to run the run_kt_LSTM.sh but it gives me this error: ``` File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/training_generator.py", line 377, in convert_to_generator_like num_samples = int(nest.flatten(data)[0].shape[0]) AttributeError: 'dataGenSequences' object has no attribute 'shape'...
Hi, when i run the sh run_kt.sh ,it occur the problem as follows: The path is train=/kaldi-trunk/egs/timit/s5/data/train test=/kaldi-trunk/egs/timit/s5/data/test lang=/kaldi-trunk/egs/timit/s5/data/lang gmm=/kaldi-trunk/egs/timit/s5/exp/tri2 exp=/kaldi-trunk/egs/timit/s5/exp/dnn4_pretrain-dbn_dnn_smbr Is my path set wrong that lead to the...
Hi Kumar I'm learning about speech recognition and I want to know if there is any pretrained model that I can download to test it?
Hi, Kumar, I have found that the feature stream in Kaldi seemed to do **"add-deltas..."** first, and then do **"splice-feats ..."**, so I did a small fix for **steps_kt/dataGenerator.py** and...
Hi Kumar I see in steps_kt/decode_seq.sh ,line of 75 `export KERAS_BACKEND=theano.` It seems that this code can only run on theano backend. But in my case, the model is trained...
File "/tools/ASR/steps_kt/dataGenSequences.py", line 134, in getNextSplitData labelMat = self.getBinaryLabels(labels[uid]) AttributeError: 'dataGenSequences' object has no attribute 'getBinaryLabels'
anaconda3/lib/python3.6/subprocess.py", line 1326, in _execute_child raise child_exception_type(errno_num, err_msg) PermissionError: [Errno 13] Permission denied
Hi, I am currently trying to run the scripts within the kaldi folder where I have successfully run both pdnn and kaldi recipes to train DNNs. But the run_kt.sh requires...