Kosta
Kosta

Reputation: 31

Kaldi feature dimension error

I run the kaldi tutorial for dummies and i get this error "error getting feature dimension".

Can anybody help?

Thank you for your time!

enter image description here

Upvotes: 1

Views: 906

Answers (1)

Omar Merghany
Omar Merghany

Reputation: 173

In addition to what Nikolay said about previous error not appear in the screenshot, this error mostly happened because that the command of creating feats.scp failed to be executed, so check if these 2 commands ran successfully

steps/make_mfcc.sh --nj $nj --cmd "$train_cmd" data/train exp/make_mfcc/train $mfccdir
steps/compute_cmvn_stats.sh data/train exp/make_mfcc/train $mfccdir

Upvotes: 1

Related Questions