Can someone help with this error?
ERROR: "acmod.c", line 83: Folder 'c:/Sphinx/other/model_parameters/other.cd_cont_200' does not contain acoustic model definition 'mdef'
The folder 'other.cd_cont_200 ' is not created at all. I checked for log files but could not notice any obvious problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can someone help with this error?
ERROR: "acmod.c", line 83: Folder 'c:/Sphinx/other/model_parameters/other.cd_cont_200' does not contain acoustic model definition 'mdef'
The folder 'other.cd_cont_200 ' is not created at all. I checked for log files but could not notice any obvious problem.
Share the log files.
Attached
You do not have enough data as tutorial suggests, you can modify sphinx_train.cfg to use ci_cont model or add more training data.
Thanks. I prefer to modify sphinx_train.cfg at this stage. I thought I was using ci_cont model. Here is my sphinx_train.cfg.
should be
$DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_cont";
It is working.
Many thanks Nickolay!