Could you help me fix this error, it occurs after sphinxtrain run. I am just trying to test it with a few words, Just to understand the basic things.Once my build is successful i will they use an extensive dictionary and acoustic model
Decoding 1 segments starting at 0 (part 1 of 1)
pocketsphinx_batch Log File
ERROR: FATAL: "batch.c", line 822: PocketSphinx decoder init failed
ERROR: This step had 1 ERROR messages and 0 WARNING messages. Please check the log file for details.
ERROR: Failed to start pocketsphinx_batch
Could you help me fix this error, it occurs after sphinxtrain run. I am just trying to test it with a few words, Just to understand the basic things.Once my build is successful i will they use an extensive dictionary and acoustic model
Last edit: pannam 2016-08-11
If you changed
$CFG_CD_TRAIN
to'no'
, you need to change$DEC_CFG_MODEL_NAME
to"$CFG_EXPTNAME.ci_cont"
I am also this error. I have done the changes you prescribed.
Models to use.
$DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_cont";
but the error is still popping up
Thank you NIckolay