From: Kirill K. <kir...@sm...> - 2015-06-16 00:47:14
|
> -----Original Message----- > From: Roozbeh [mailto:roo...@ya...] > Sent: 2015-06-15 1616 > > steps/make_mfcc.sh: [info]: no segments file exists: assuming wav.scp indexed by utterance. This is not an error, just a statement of fact. > run.pl: job failed, log is in exp/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 Make sure you are importing path.sh in your script. All standard scripts have a statement like . path.sh You checked that you have path.sh; make sure you actually use it. -kkm |