VeliBaba

Results 7 issues of VeliBaba

Hi! I tried to compile htk2nc.cpp using 'cc -ohtk2nc htk2nc.cpp -lnetcdf' command. But I had errors: htk2nc.cpp: In function ‘int main(int, char*_)’: htk2nc.cpp:293:44: error: ‘strcmp’ was not declared in this...

Hi! I have GMM model, which has not been built with the existing Kaldi recipes and DNN acoustic model trained by PDNN. How can I use this models?

Hi! I have checked MTL-PDNN. I have expected that final models would differ on only last hidden layer and softmax layer. But final models for each task are completely different....

Is there any toolkit like PDNN, but using LSTM RNN?

Hi! Training with PDNN sometimes ends with the `nan` parameters. Command is as follows: python run_DNN.py --train-data "train.pfile,partition=2000m,stream=true,random=true" --valid-data "valid.pfile,partition=200m,stream=true,random=true" --nnet-spec "1320:2048:2048:2048:2048:2048:1947" --lrate "D:0.8:0.5:0.1,0.1:6" --dropout-factor 0.2,0.2,0.2,0.2,0.2 --wdir model --kaldi-output-file model/model.dnn...

Hi! I have obtained a kaldi formatted model. How can I use this model for decoding?

Hi! I have some questions about faster-rnnlm. There it is possible to use several hidden layers during training. My questions are: 1. Which of them is used for recurrent part?...