|
From: Roozbeh <roo...@ya...> - 2015-06-15 23:15:59
|
Hi,I am new to KALDI. I started a test with 8 utterances from one speaker but When I run this command:for x in train; do steps/make_mfcc.shdata/$x exp/make_mfcc/$x $mfccdir steps/compute_cmvn_stats.shdata/$x exp/make_mfcc/$x $mfccdir done The validation is successful but then this error comes up: steps/make_mfcc.sh: [info]: no segments file exists:assuming wav.scp indexed by utterance. run.pl: job failed, log is inexp/make_mfcc/train/make_mfcc_train.1.log when I checked the log I saw bash: line 1: compute-mfcc-feats: command not found bash: line 1: copy-feats: command not found I read in discussions that you suggested to somebody to copythe path.sh to the working directory. In may case it is there and I added the path of compute-mfcc-feats code separately (kaldi-trunk/src) but it didn't help. Would you please help me in resolving this issue. |