As I started the alignment with sphinx3_align I ran into some problems, although I have generated the feature files with sphinx_fe tool and using the feat.params of the acoustic model I planned aligning with.
The terminal output is strange, mentioning various errors:
So the model initialisation seems fine, but it is followed by strange errors. When I try to align those files separately (with strange "main_align.c" errors), it gives me a simple "final state is not reached" error.
Could you please notify what are the meanings of those strange errors and what could be the problem with the feature files this time?
I investigated the problem and understood, that this error ("final state not reached") originally occurs when there is a significant mismatch between the audio and transcript. Besides, I found out that this error might occur when the parameters of the feature files and the parameters of the acoustic model do not match, which seems to be the case. This way I do not really comprehend why I cannot align with this model, since I used its parameters. May there had been something I've missed?
Concerning the "ERROR: "main_align.c", line 907: Utt: Input file read with dir and extension failed" - I could not find any information describing the issue.
I can provide all data, if necessary.
Thanks in advance,
Olya
Last edit: Dino The Dinosaur 2018-01-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Files are missing because they were not created properly.
You can not align files for the same reason because 68 frames in ru_0022 means the file length is only 0.68s which is too small, something went wrong. You most likely used wrong file as input.
You'd better investigate feature extraction with sphinx_fe more closely (command line, log output, input file structure, output file structure).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As I started the alignment with sphinx3_align I ran into some problems, although I have generated the feature files with sphinx_fe tool and using the feat.params of the acoustic model I planned aligning with.
The terminal output is strange, mentioning various errors:
So the model initialisation seems fine, but it is followed by strange errors. When I try to align those files separately (with strange "main_align.c" errors), it gives me a simple "final state is not reached" error.
Could you please notify what are the meanings of those strange errors and what could be the problem with the feature files this time?
I investigated the problem and understood, that this error ("final state not reached") originally occurs when there is a significant mismatch between the audio and transcript. Besides, I found out that this error might occur when the parameters of the feature files and the parameters of the acoustic model do not match, which seems to be the case. This way I do not really comprehend why I cannot align with this model, since I used its parameters. May there had been something I've missed?
Concerning the "ERROR: "main_align.c", line 907: Utt: Input file read with dir and extension failed" - I could not find any information describing the issue.
I can provide all data, if necessary.
Thanks in advance,
Olya
Last edit: Dino The Dinosaur 2018-01-19
Files are missing because they were not created properly.
You can not align files for the same reason because 68 frames in ru_0022 means the file length is only 0.68s which is too small, something went wrong. You most likely used wrong file as input.
You'd better investigate feature extraction with sphinx_fe more closely (command line, log output, input file structure, output file structure).
Okay, thank you, I will look into it!