I'm repeating RM1 training from feature extraction, but got the following
error
INFO: wave2feat.c(139):
/home/jtao/speech/asr/tools/cmusphinx/rm1/wav/bas0_4/st0942.wav
ERROR: "wave2feat.c", line 808: Unable to open
/home/jtao/speech/asr/tools/cmusphinx/rm1/feat/bas0_4/st0942.mfc for writing
features
FATAL_ERROR: "wave2feat.c", line 90: error converting files...exiting
Do anyone know what's wrong? Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for pointing the problem. I actually tried to modify the code so it can
compute feature on multiple CPUs, but I just forgot the line to make path.
Good day.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm repeating RM1 training from feature extraction, but got the following
error
INFO: wave2feat.c(139):
/home/jtao/speech/asr/tools/cmusphinx/rm1/wav/bas0_4/st0942.wav
ERROR: "wave2feat.c", line 808: Unable to open
/home/jtao/speech/asr/tools/cmusphinx/rm1/feat/bas0_4/st0942.mfc for writing
features
FATAL_ERROR: "wave2feat.c", line 90: error converting files...exiting
Do anyone know what's wrong? Thanks a lot.
Looks like parent folder 'bas0_4' doesn't exists. You need to create it
manually probably.
Thanks for pointing the problem. I actually tried to modify the code so it can
compute feature on multiple CPUs, but I just forgot the line to make path.
Good day.