I have been working on a Sphinx project for Windows 8 and WIndows phone 8 a year ago and I now want to do the same with Windows 10 and possibly cross platform.
So I had an old training model ready, took the a new fork from sphinxbase and spinxtrain and tried to re-run the training. (I removed all folder except \etc and \wav).
with> python C:\sphinx\sphinxtrain\scripts\sphinxtrain run
Now I get a lot.... very lot... errors in
Phase 3: Check general format for the fileids file; utterance length (must be positive); files exist
WARNING: Error in 'C:/sphinxtraining/nehAll/etc/neh.fileids.train', the feature file 'C:/sphinxtraining/nehAll/feat/neh/neh1.mfc' does not exist, or is empty
Any reason why the script isn't creating those files? I thought the scripts where doing just that 1 year ago.
Thanks
Toine
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello again to you all,
I have been working on a Sphinx project for Windows 8 and WIndows phone 8 a year ago and I now want to do the same with Windows 10 and possibly cross platform.
So I had an old training model ready, took the a new fork from sphinxbase and spinxtrain and tried to re-run the training. (I removed all folder except \etc and \wav).
with> python C:\sphinx\sphinxtrain\scripts\sphinxtrain run
Now I get a lot.... very lot... errors in
Phase 3: Check general format for the fileids file; utterance length (must be positive); files exist
WARNING: Error in 'C:/sphinxtraining/nehAll/etc/neh.fileids.train', the feature file 'C:/sphinxtraining/nehAll/feat/neh/neh1.mfc' does not exist, or is empty
Any reason why the script isn't creating those files? I thought the scripts where doing just that 1 year ago.
Thanks
Toine
Files are created on previous stage, there could be many reasons to fail. See logs in logdir for details.
Very short log, only 1 message; for Test and train
'"sphinx_fe"' is not recognized as an internal or external command,
operable program or batch file.
Found it, it missed Sphinxbase inside the Sphinxtrain folder.
FYI: im running on Win10
Last edit: Toine db 2015-10-23
Thanks for the replay,
and it seems sphinx is improved compared to 1 year ago because my error rate went down :-)
Currently the error rate is 11 to 13%
Hi there, can I ask how you solved the problem about sphinxtrain not creating .mfc files? because I am having the same problem right now.