eesen icon indicating copy to clipboard operation
eesen copied to clipboard

How can I get the number of model parameter?

Open dinoSpeech opened this issue 9 years ago • 1 comments

Hello.

How can I get the number of model parameter?

In Kaldi, I can use "nnet-am-info" for checking the number of model parameter in my LSTM-RNN model.

but, I cannot find a program like "nnet-am-info" in EESEN.

In this case, I have to make a program like "nnet-am-info" for a model in EESEN?

Best Regards

dinoSpeech avatar Oct 16 '16 05:10 dinoSpeech

I don't know what nnet-am-info does, but by and large, the size of your model file expressed in "floats" (4 bytes) should be a good approximation to the number of model parameters, unless we store doubles, which I don't think we do.

fmetze avatar Oct 17 '16 19:10 fmetze