srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
822 stars 342 forks source link

How can I get the number of model parameter? #100

Open dinoSpeech opened 7 years ago

dinoSpeech commented 7 years ago

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

fmetze commented 7 years ago

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.