eesen
eesen copied to clipboard
How can I get the number of model parameter?
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
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.