Hello,
I'm trying to train my Db using sphinxtrain run command. The first steps are completed with no error but in the last of log file (DB.html) , I got these messages :
MODULE: DECODE Decoding using models previously trained
Decoding 0 segments starting at 0 (part 1 of 1)
pocketsphinx_batch Log File
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. FAILED
ERROR: Failed to start pocketsphinx_batch
Aligning results to find error rate
when I consulted the log file DB-1-1.log, I found this error ;
ERROR: "jsgf.c", line 910: Failed to open /home/user/CMUSphinx/cmusphinx-code/DB/etc/DB. for parsing: No such file or directory
FATAL: "batch.c", line 822: PocketSphinx decoder init failed
Thu Aug 3 11:51:47 2017
I followed some answers in this interresting forum but no result.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Problem solved, the error caused because I omited the file extension line .jsgf in sphinxtrain.conf config file . when I return the right line from the sphinxtrain conf file all is better with no error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to train my Db using sphinxtrain run command. The first steps are completed with no error but in the last of log file (DB.html) , I got these messages :
MODULE: DECODE Decoding using models previously trained
Decoding 0 segments starting at 0 (part 1 of 1)
pocketsphinx_batch Log File
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. FAILED
ERROR: Failed to start pocketsphinx_batch
Aligning results to find error rate
when I consulted the log file DB-1-1.log, I found this error ;
ERROR: "jsgf.c", line 910: Failed to open /home/user/CMUSphinx/cmusphinx-code/DB/etc/DB. for parsing: No such file or directory
FATAL: "batch.c", line 822: PocketSphinx decoder init failed
Thu Aug 3 11:51:47 2017
I followed some answers in this interresting forum but no result.
Problem solved, the error caused because I omited the file extension line .jsgf in sphinxtrain.conf config file . when I return the right line from the sphinxtrain conf file all is better with no error.