VoxForge
Hi,
i read this tutorial http://www.speech.cs.cmu.edu/sphinx/tutorial.html#traintarball and and I try to create my acoustic model.
If I set $CFG_N_TIED_STATES='untied' my acoustic model don't work very well, so I try to create a model with n_tied_state=1000, but I don't understand how I must create the file mymodel.1000.mdef.
If I don't create this file, the script RunnAll.pl failed with this error:
FATAL_ERROR: "main.c", line 1054: initialization failed
and the log file report this error:
WARN: "model_def_io.c", line 436: Unable to open /root/sphinx/tutorial/training2/model_architecture/mymodel.1000.mdef for reading; No such file or directory
FATAL_ERROR: "main.c", line 1054: initialization failed
Any suggestion?
Thanks!
>and I try to create my acoustic model.
Have you tried the CMU Sphinx Wiki?