steps/make_mfcc.sh --nj 8 --cmd "
run.pl" data/dev_clean exp/make_mfcc/dev_clean mfcc
I ran this command, it gave this error
steps/make_mfcc.sh --nj 8 --cmd
run.pl data/dev_clean exp/make_mfcc/dev_clean mfcc
utils/validate_data_dir.sh: Successfully validated data-directory data/dev_clean
steps/make_mfcc.sh: [info]: no segments file exists: assuming wav.scp indexed by utterance.
usage:
run.pl log-file command-line arguments... at /mnt/c/FYPCodes/kaldi/egs/librispeech/s5/utils/parallel/
run.pl line 25.
anyone can tell me how to fix it?