While running SphinxTrain, 20.ci_hmm, I get the error shown below. But, the file, corpus.c, is in the correct place. Further, if I run on a different set of audio files I don't get this error.
Could this have anything to do with short audio files or files in wav format?
Thank you!
MODULE: 20 Training Context Independent models
Phase 1: Cleaning up directories:
accumulator...logs...qmanager...models...
Phase 2: Flat initialize
FATAL_ERROR: "........\src\libs\libio\corpus.c", line 1647: Failed to get the files after 100 retries of getting MFCC
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Obviously it doesn't search for corpus.c but for feature files in feat subfolder with extension .mfc. Most probably your fileids file has id without corresponding feature file and that's why you get this error. For more detailed description you could check the log is logdir subfolder. There you can find the exact name of the missing file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While running SphinxTrain, 20.ci_hmm, I get the error shown below. But, the file, corpus.c, is in the correct place. Further, if I run on a different set of audio files I don't get this error.
Could this have anything to do with short audio files or files in wav format?
Thank you!
MODULE: 20 Training Context Independent models
Phase 1: Cleaning up directories:
accumulator...logs...qmanager...models...
Phase 2: Flat initialize
FATAL_ERROR: "........\src\libs\libio\corpus.c", line 1647: Failed to get the files after 100 retries of getting MFCC
Obviously it doesn't search for corpus.c but for feature files in feat subfolder with extension .mfc. Most probably your fileids file has id without corresponding feature file and that's why you get this error. For more detailed description you could check the log is logdir subfolder. There you can find the exact name of the missing file.
Thank you