As i know, the accoustic model for HTK is a txt file, easy to get detail information.
But the accoustic model for SPHINX is binary (except the mdef file).
Is there any tool to view the accoustic model?
For example, i want to know the mean and var for a special senone.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As i know, the accoustic model for HTK is a txt file, easy to get detail information.
But the accoustic model for SPHINX is binary (except the mdef file).
Is there any tool to view the accoustic model?
For example, i want to know the mean and var for a special senone.
Yes, this is what the 'printp' program from SphinxTrain does.
To view a mean or variance file:
printp -gaufn <file>
thanks :)