sphinx_train.cfg error in line 51 , training an acoustic model on windows
2018-05-05
2018-05-05
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
i want to create a new Arabic Acoustic model, and to do so :
1- i downloaded and builded pocketsphinx and sphinxbase and sphinxtrain using visual Studio .
2- i copied sphinxbase.dll in pocketsphinx bin\Release\Win32 folder

3-i created etc that contains the dic and phones .... like the photo above .
4- i created the arabic database using the command :

python ../sphinxtrain/scripts/sphinxtrain -t arabic setup
and i workes perfectly !
5-that command created the sphinx_train.cfg and feat.params
6-finally when i needed to start my training with the command
python ../sphinxtrain/scripts/sphinxtrain run

it shows me the error on my cmd like the photo above , and i dont understand why ?????????
in my opinion i didn't install well sphinxtrain cause i didn't well understand how to install it , however i followed this link's steps to do it .
https://github.com/cmusphinx/sphinxtrain
i really need help !!