While setting up the training scripts
i type the following in command prompt
python ../sphinxtrain/scripts/sphinxtrain -t an4 setup
And following is shown:
Sphinxtrain path: C:/sphinx/sphinxtrain
Sphinxtrain binaries path: C:/sphinx/sphinxtrain/bin/Release/Win32
Setting up the database other
then the databse directory should have this:
├─ etc
├─ feat
├─ logdir
├─ model_parameters
├─ model_architecture
├─ result
└─ wav
but my database only shows this
├─ etc
└─ wav
So what can be the error??
I have already followed steps as per link.But still i cant find the error.Can you help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I AM HAVING NEW PROBLEM NOW:
AFTER RUNNING FOLLOWING TYPE OF ERROR EXIST FOR ALL WAVE FILE.
WARNING: Error in 'C:/sphinx/other/etc/other_train.fileids', the feature file 'C:/sphinx/other/feat/male1/jack1.mfc' does not exist, or is empty
So basically .mfc format is not created.
On finding in logdir
following lines are found:
'"sphinx_fe"' is not recognized as an internal or external command,
operable program or batch file.
Tue Jul 16 16:47:57 2019
Hi
I am new to this CMUsphinx world.I am trying to learn to train acoustic model by following the method give in following link: https://cmusphinx.github.io/wiki/tutorialam/
While setting up the training scripts
i type the following in command prompt
python ../sphinxtrain/scripts/sphinxtrain -t an4 setup
And following is shown:
Sphinxtrain path: C:/sphinx/sphinxtrain
Sphinxtrain binaries path: C:/sphinx/sphinxtrain/bin/Release/Win32
Setting up the database other
then the databse directory should have this:
├─ etc
├─ feat
├─ logdir
├─ model_parameters
├─ model_architecture
├─ result
└─ wav
but my database only shows this
├─ etc
└─ wav
So what can be the error??
I have already followed steps as per link.But still i cant find the error.Can you help me?
I don't see any error here either, you can proceed.
CONSIDERING THAT I TRIED TO PROCEED TILL
TRAINING
BUT AS SOON AS I TYPE python ../sphinxtrain/scripts/sphinxtrain run
ON COMMAND PROMPT AS WELL AS PERL(COMMAND LINE)
IT SHOWS THREE LINES AND OPENS NOTEPAD as shown in pic
https://stackoverflow.com/questions/20601270/activeperl-pl-files-no-longer-execute-but-open-in-notepad-instead
THANKS
I AM HAVING NEW PROBLEM NOW:
AFTER RUNNING FOLLOWING TYPE OF ERROR EXIST FOR ALL WAVE FILE.
WARNING: Error in 'C:/sphinx/other/etc/other_train.fileids', the feature file 'C:/sphinx/other/feat/male1/jack1.mfc' does not exist, or is empty
So basically .mfc format is not created.
On finding in logdir
following lines are found:
'"sphinx_fe"' is not recognized as an internal or external command,
operable program or batch file.
Tue Jul 16 16:47:57 2019
but sphinx_fe.exe already exist in sphinxtrain
C:\sphinx\sphinxtrain\bin\Release\x64\sphinx_fe.exe
So what is the error exactly?
Thanks I found the problem.The file should exixt in Win32 and not in x64.
But i will be happy if someone gives reason for this.