When I run the python "../sphinxtrain/scripts/sphinxtrain" run command there is an error that comes FATAL: "batch.c", line 913: PocketSphinx decoder init failed. And also in the model_parameters folder the other.ci_cont is not created. (/other/model_parameters/other.ci_cont' does not contain acoustic model definition 'mdef'). How can I resolve this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are no previous errors. As I mentioned earlier it says
"INFO: feat.c(715): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='batch', VARNORM='no', AGC='none'
ERROR: "acmod.c", line 79: Folder 'D:/sphinx/other/model_parameters/other.ci_cont' does not contain acoustic model definition 'mdef'
FATAL: "batch.c", line 913: PocketSphinx decoder init failed"
How can I resolve this error?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I run the python "../sphinxtrain/scripts/sphinxtrain" run command there is an error that comes FATAL: "batch.c", line 913: PocketSphinx decoder init failed. And also in the model_parameters folder the other.ci_cont is not created. (/other/model_parameters/other.ci_cont' does not contain acoustic model definition 'mdef'). How can I resolve this?
Check the full log for previous errors and warnings.
There are no previous errors. As I mentioned earlier it says
me too