'KALDI: steps/make_mfcc.sh: no such file conf/mfcc.conf

I am very new to kaldi this is probably my own mistake any help is very much appreciated.

I am working with my own dataset. I have cloned voxforge setup and used my dataset. everything seems to work fine I get this error while running the run.sh from s5 folder. any pointers please

-1.66041e-07 -0.111651
*** Succeeded in formatting data.
steps/make_mfcc.sh --cmd run.pl --mem 2G --nj 2 data/train exp/make_mfcc/train /kaldi/egs/burushaski/s5/../../../egs/burushaski/s5/burushaski/mfcc
steps/make_mfcc.sh: no such file conf/mfcc.conf

*note: I have already done make depend clean make -j 4



Solution 1:[1]

Looks like an environment variable problem.

Take a look at the path.sh script and check if everything is correct. Then, try running the script before anything. In fact, you can add paths manually to the user ~/.profil, see this to do it correctly.

Please, share your working tree screenshot and relevant files for clear and more help.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bekir