Hey,
I'm following the tutorial very closly but now I am stuck at running sphinxtrain run .
The first step completes instantly: Sphinxtrain path: /home/felix/nats/scripts/dl_dir/sphinxtrain_install_dir/lib/sphinxtrain
Sphinxtrain binaries path: /home/felix/nats/scripts/dl_dir/sphinxtrain_install_dir/libexec/sphinxtrain
Running the training
MODULE: 000 Computing feature from audio files
TEST
Extracting features from segments starting at (part 1 of 1)
Extracting features from segments starting at (part 1 of 1)
Feature extraction is done
But no .mfc files are generated, so in the next step "00 verify training files" in Phase 3 it fails with lots of lines like this one: WARNING: Error in '/home/felix/nats/scripts/dl_dir/data/etc/db_train.fileids', the feature file '/home/felix/nats/scripts/dl_dir/data/feat/1900_Galveston_hurricane/017.mfc' does not exist, or is empty
I have no Idea why the files don't get generated, there are no errors and everything seems to work as it should.
Any Ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are right, I accidently skipped the part of the tutorial where the paths are set. I could've found that earlier, what a stupid mistake. Thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I'm following the tutorial very closly but now I am stuck at running
sphinxtrain run
.The first step completes instantly:
Sphinxtrain path: /home/felix/nats/scripts/dl_dir/sphinxtrain_install_dir/lib/sphinxtrain Sphinxtrain binaries path: /home/felix/nats/scripts/dl_dir/sphinxtrain_install_dir/libexec/sphinxtrain Running the training MODULE: 000 Computing feature from audio files TEST Extracting features from segments starting at (part 1 of 1) Extracting features from segments starting at (part 1 of 1) Feature extraction is done
But no .mfc files are generated, so in the next step "00 verify training files" in Phase 3 it fails with lots of lines like this one:
WARNING: Error in '/home/felix/nats/scripts/dl_dir/data/etc/db_train.fileids', the feature file '/home/felix/nats/scripts/dl_dir/data/feat/1900_Galveston_hurricane/017.mfc' does not exist, or is empty
I have no Idea why the files don't get generated, there are no errors and everything seems to work as it should.
Any Ideas?
You can check logs in logdir for details. Most likely you didn't configure LD_LIBRARY_PATH, so sphinx_fe can't find libsphinxbase library.
You are right, I accidently skipped the part of the tutorial where the paths are set. I could've found that earlier, what a stupid mistake. Thanks for your help!