When I training CMU Sphinx, I have a error SENTENCE 100% and WORD ERROR RATE: 86.6%
I view Logfile.html have ERROR: THis step had 22 ERROR messages and 0 WARNING message. please check the log file for details
Baum welch starting for 1 Gaussian(s), iteration: 10 (1 of 1)
Normalization for interation: 10
norm: Log File
Maximum desired iterations 10 performed. Terminating CI training
Training completed after 10 iterations
In log file details:
ERROR: "backward.c" line 421: Failed to align audio to transcript: final state of the search is not reached.
ERROR: "baum_welch.c", line 324L file43/long43 ignored
And so many error same.
Question: Does the sound of my data was wrong?
I change configure in sphinx_train.cfg:
CD_TRAIN = 'yes' >> CD_TRAIN = 'no'
Models to use: DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_cont";
After that, I change $CFG_FORCEDALIGN = 'no' > $CFG_FORCEDALIGN = 'yes' but error.
Help me!
Last edit: Jacky 2016-07-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I training CMU Sphinx, I have a error SENTENCE 100% and WORD ERROR RATE: 86.6%
I view Logfile.html have ERROR: THis step had 22 ERROR messages and 0 WARNING message. please check the log file for details
Baum welch starting for 1 Gaussian(s), iteration: 10 (1 of 1)
Normalization for interation: 10
norm: Log File
Maximum desired iterations 10 performed. Terminating CI training
Training completed after 10 iterations
In log file details:
ERROR: "backward.c" line 421: Failed to align audio to transcript: final state of the search is not reached.
ERROR: "baum_welch.c", line 324L file43/long43 ignored
And so many error same.
Question: Does the sound of my data was wrong?
I change configure in sphinx_train.cfg:
CD_TRAIN = 'yes' >> CD_TRAIN = 'no'
Models to use: DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_cont";
After that, I change $CFG_FORCEDALIGN = 'no' > $CFG_FORCEDALIGN = 'yes' but error.
Help me!
Last edit: Jacky 2016-07-12
To get help on this issue you need to provide an zip file of your training folder.