Hello,sorry for my bad english,i'm training an acoustic model with sphinxtrain and after "sudo sphinxtrain run", i have this error:
MODULE: DECODE Decoding using models previously trained
Decoding 8 segments starting at 0 (part 1 of 1)
0% ERROR: FATAL: "batch.c", line 822: PocketSphinx decoder init failed
ERROR: This step had 1 ERROR messages and 0 WARNING messages. Please check the log file for details.
ERROR: Failed to start pocketsphinx_batch
Aligning results to find error rate
Can't open /home/salvo/Scrivania/Nuova/it/result/it-1-1.match
word_align.pl failed with error code 65280 at /usr/lib/sphinxtrain/scripts/decode/slave.pl line 173.
Could you help me,please?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When you changed CD_TRAIN to no, you should have configured the model for decoding in sphinx_train.cfg file, this problem was already discussed on forum.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,sorry for my bad english,i'm training an acoustic model with sphinxtrain and after "sudo sphinxtrain run", i have this error:
MODULE: DECODE Decoding using models previously trained
Decoding 8 segments starting at 0 (part 1 of 1)
0% ERROR: FATAL: "batch.c", line 822: PocketSphinx decoder init failed
ERROR: This step had 1 ERROR messages and 0 WARNING messages. Please check the log file for details.
ERROR: Failed to start pocketsphinx_batch
Aligning results to find error rate
Can't open /home/salvo/Scrivania/Nuova/it/result/it-1-1.match
word_align.pl failed with error code 65280 at /usr/lib/sphinxtrain/scripts/decode/slave.pl line 173.
Could you help me,please?
You need to check logs for details. You can share them if you need help.
Where is it?
Logs are in logdir subfolder in model training folder.
Is this the right file?I have many folders and files into logdir
You need to share the whole folder, not just a single file, there were multiple errors it seems.
Here you are
When you changed CD_TRAIN to no, you should have configured the model for decoding in sphinx_train.cfg file, this problem was already discussed on forum.
What i have to do,there are any guide?