MODULE: DECODE Decoding using models previously trained Aligning results to find error rate word_align.pl failed with error code 65280 at /usr/local/lib/sphinxtrain/scripts/decode/slave.pl line 173.
Some files were corrupted and also I think I should did change "mymodel.lm.dmp" section in configuration files to "mymodel.bin" as I had .bin file in my database instead of .lm.dmp and it worked
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using sphinxbase and sphinxtrain only for training an acoustic model ?
Should i need to run ./configure , make and make intstall command on sphinxbase , sphinxtrain and pocketsphinx folder If yes then in which order
Or
should I need to run ./configure , make and make intstall command on sphinxbase , sphinxtrain only
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I wanted to train my own acoustic model. after successful passing MODULE 90 I got this error message:
How can I fix it?
Also I have another question, my wav files format are something like this:
Is it a true format?
Some files were corrupted and also I think I should did change "mymodel.lm.dmp" section in configuration files to "mymodel.bin" as I had .bin file in my database instead of .lm.dmp and it worked
I have same error ?
Could you plz tell me how can I find the corrcupted file ?
also my langugae model file name is .lm only
should I need to replace
$DEC_CFG_LANGUAGEMODEL = "$CFG_BASE_DIR/etc/${CFG_DB_NAME}.lm.DMP";
with
$DEC_CFG_LANGUAGEMODEL = "$CFG_BASE_DIR/etc/${CFG_DB_NAME}.lm";
on my sphinx_train.cfg
Read decode log in logdir
got the empty log
only date is written on it
You can not run pocketsphinx because you didn't configure the linker properly.
I am using sphinxbase and sphinxtrain only for training an acoustic model ?
Should i need to run
./configure
,make
andmake intstall
command on sphinxbase , sphinxtrain and pocketsphinx folder If yes then in which orderOr
should I need to run
./configure
,make
andmake intstall
command on sphinxbase , sphinxtrain onlyhow to configure the linker properly?
Thanks every one I was not compiling pocketsphinx
I am succusscfully train an acoustic model using an4 database that is provided
Now I need to train it on my own database
Special thank Nickolay V. Shmyrev , for replying my post
Last edit: Ali 2018-01-28
Congratulations, let us know how it goes.