A nice skill to learn for the future is to look at your log files:
cat more logdir/decode/an4-1-1.log
ERROR: "acmod.c", line 79: Folder '/home/sitecsp/DYSARTHRIC/an4/model_parameters/an4.ci_contcont_200' does not contain acoustic model definition 'mdef'
Your acoustic model is located in model_parameters/an4.ci_cont and not in model_parameters/an4.ci_contcont_200
The path in etc/sphinx_train.cfg is still wrong. Yu should set:
$DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_${CFG_DIRLABEL}";
Hope this helps
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a similar problem with the training of the Sphinxtrain decoder.
There is a fault in the logs that say I must Remove sentence start word s from the dictionary
Have sources this problem all over, but there is no fix for this any help would be nice.
When I try to run this command
in an4 folder I am getting following error please help me.
After this I am setting CFG_CD_TRAIN 'no' in sphinx_train.cfg. For that I am getting the following error
Thanks in advance.
Right, with 15 minutes you (probably) can train only CI models. But then you also need to decode with CI model:
change $DEC_CFG_MODEL_NAME to "$CFG_EXPTNAME.ci_cont" in sphinx_train.cfg
Thanks for your reply. After changing $DEC_CFG_MODEL_NAME to "$CFG_EXPTNAME.ci_cont" in sphinx_train.cfg I am getting the same error.
Could you please provide your model training directory ?
Thanks for your quick reply. I am sending the google drive link.
A nice skill to learn for the future is to look at your log files:
cat more logdir/decode/an4-1-1.log
ERROR: "acmod.c", line 79: Folder '/home/sitecsp/DYSARTHRIC/an4/model_parameters/an4.ci_contcont_200' does not contain acoustic model definition 'mdef'
Your acoustic model is located in model_parameters/an4.ci_cont and not in model_parameters/an4.ci_contcont_200
The path in etc/sphinx_train.cfg is still wrong. Yu should set:
$DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_${CFG_DIRLABEL}";
Hope this helps
Thank you sir.
I have a similar problem with the training of the Sphinxtrain decoder.
There is a fault in the logs that say I must Remove sentence start word s from the dictionary
Have sources this problem all over, but there is no fix for this any help would be nice.
Last edit: Jan Chris 2017-08-15
There is nothing similar here. It tells you to edit the dictionary file.
Hello! I am working on a project of speech recognition and i am facing this issue from a long time please help me!
Hello! I am working on a project of speech recognition and i am facing this issue from a long time please help me!