Hello all
I am new in speech recognition field. i am trying to build acoustic model in punjabi language for 5 commands. When i try to train it, gives error
ERROR: "gauden.c", line 1682:
Variance (mgau= 8, feat= 0, density=0, component=1) is less then 0. Most
probably the number of senones is too high for such a small training
database. Use smaller $CFG_N_TIED_STATES.
please help
I have reduced the $CFG_N_TIED_STATES=1
then also same error is shown.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have prepared all files and seems all files are correct
.dic
.phone.
.filler
.fileids
.transcription
I hae read all instructions from the link you have provided but then also I dont know whether problem is in my files or somewhere else
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem is that you don't have enough data for training specific phoneme. You can check which phoneme is that in mdef file in model_architecture folder. You need to look for state number 8.
To get more precise help on the issue you need to share a model training folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all
I am new in speech recognition field. i am trying to build acoustic model in punjabi language for 5 commands. When i try to train it, gives error
ERROR: "gauden.c", line 1682:
Variance (mgau= 8, feat= 0, density=0, component=1) is less then 0. Most
probably the number of senones is too high for such a small training
database. Use smaller $CFG_N_TIED_STATES.
please help
I have reduced the $CFG_N_TIED_STATES=1
then also same error is shown.
please re-read this wiki, may be you will find your solution.
http://cmusphinx.sourceforge.net/wiki/tutorialam
I have prepared all files and seems all files are correct
.dic
.phone.
.filler
.fileids
.transcription
I hae read all instructions from the link you have provided but then also I dont know whether problem is in my files or somewhere else
The problem is that you don't have enough data for training specific phoneme. You can check which phoneme is that in mdef file in model_architecture folder. You need to look for state number 8.
To get more precise help on the issue you need to share a model training folder.