try to use one of the demo file to test Mandarin language model, program failed at Loading files of acustic model files, the means and variance file give the total of 71680 limits while mixture_weights seems to expect senonos 8120 and gaussan 256 which got 2 millions, the assert statement failed.
attached is test run out, please help.
Eugene
here is codes where test run failed:
** assert numVariances == numSenones * numGaussiansPerSenone;
assert numMeans == numSenones * numGaussiansPerSenone;**
where
71680???==?????8120X256===>2,078,720
assert statement failed!