--
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.
For more options, visit https://groups.google.com/d/optout.
--
Hello,
After extracting the DNN parameters in separate files, I will have to also change the lstm/train.sh file for DNN-BLSTM. Right ?
Also, Can you please check the attached make_configs.py for DNN-BLSTM just to be sure whether its correct or not. If not the please let me know your suggestions.
In this I have added the part of tdnn/make_config.py into lstm/make_config.py (which is in between ### Begin DNN & ##### End DNN )
Hello,
Thank you for your reply.
I
used “nnet-to-raw-nnet” to extract raw file from final.mdl of dnn. In
raw file of almost every layer, there are following 3 matrices:
Affinecomponent […..]
Biasparam [.…]
TanhComponent [....]
Now I wish to use these matrices in the input .mat file instead of lda.mat file in lstm/make_config.py to make DNN-BLSTM.
lda.mat has only one matrix. But I have 3 matrices in the raw file.
So Can you please tell me how to use these 3 matrices for .mat file in this case ?
Looking forward for your response.
Thank you very much.