but I faced this error ERROR: "cont_mgau.c", line 653: Weight normalization
failed for 3 senones
This is error you can just ignore
SYSTEM_ERROR: "dict.c", line 419:
fopen($SPHINX_ROOT/lm_giga_5k_nvp_3gram/lm_giga_5k_nvp.sphinx.dic,r) failed
This is the real issue. The guide doesn't mention you need to substitute real
path where lm is located instead of SPHINX_ROOT. CMUSphinx doesn't expand
shell variables for you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all
I find this page for quick start with sphinx
http://sphinx.subwiki.com/sphinx/index.php/Hello_World_Decoder_QuickStart_Gui
de
and I tried it.
but I faced this error
ERROR: "cont_mgau.c", line 653: Weight normalization failed for 3 senones
and that's my log file
http://www.4shared.com/document/7eRyTyOg/log_file.html
can any one tell me about this error
I forget to tell you that
I'm using sphinxbase-0.6 and sphinx3-0.8
You need to be careful using this outdated guide
This is error you can just ignore
This is the real issue. The guide doesn't mention you need to substitute real
path where lm is located instead of SPHINX_ROOT. CMUSphinx doesn't expand
shell variables for you.
thank you very much.... it works.