I have built the files needed to build the acoustic model for my language (as in the attached .rar file), but I have a strange problem that there are no files that exist and that I can access.
After using the commands
sphinxtrain -t your_db setup
and
sphinxtrain run
I get an error saying I don't have certain files (which in my opinion are there, I checked with commands)
ERROR:
xxx: ~ / Desktop / repos / your_db $ sphinxtrain run
Sphinxtrain path: / usr / local / lib / sphinxtrain
Sphinxtrain binaries path: / usr / local / libexec / sphinxtrain
Running the training
MODULE: 000 Computing feature from audio files
Failed to open control file xxx / Desktop / repos / your_db / etc / your_db_train.fileids: No such file or directory at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/make_feats.pl line 89.
Failed to open control file xxx / Desktop / repos / your_db / etc / your_db_test.fileids: No such file or directory at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/make_feats.pl line 89.
Feature extraction is done
MODULE: 00 verify training files
Can not open the dictionary (xxx / Desktop / repos / your_db / etc / your_db.dic) at /usr/local/lib/sphinxtrain/scripts/00.verify/verify_all.pl line 58.
What can I do? any help will be valuable to me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have built the files needed to build the acoustic model for my language (as in the attached .rar file), but I have a strange problem that there are no files that exist and that I can access.
After using the commands
sphinxtrain -t your_db setup
and
sphinxtrain run
I get an error saying I don't have certain files (which in my opinion are there, I checked with commands)
ERROR:
xxx: ~ / Desktop / repos / your_db $ sphinxtrain run
Sphinxtrain path: / usr / local / lib / sphinxtrain
Sphinxtrain binaries path: / usr / local / libexec / sphinxtrain
Running the training
MODULE: 000 Computing feature from audio files
Failed to open control file xxx / Desktop / repos / your_db / etc / your_db_train.fileids: No such file or directory at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/make_feats.pl line 89.
Failed to open control file xxx / Desktop / repos / your_db / etc / your_db_test.fileids: No such file or directory at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/make_feats.pl line 89.
Feature extraction is done
MODULE: 00 verify training files
Can not open the dictionary (xxx / Desktop / repos / your_db / etc / your_db.dic) at /usr/local/lib/sphinxtrain/scripts/00.verify/verify_all.pl line 58.
What can I do? any help will be valuable to me