Rongjiehuang / GenerSpeech

PyTorch Implementation of GenerSpeech (NeurIPS'22): a text-to-speech model towards zero-shot style transfer of OOD custom voice.
MIT License
318 stars 45 forks source link

How to solve this error? #27

Open fish0131 opened 1 year ago

fish0131 commented 1 year ago

When I ran python train_mfa_align.py --config modules/GenerSpeech/config/generspeech.yaml, I got this error: train_and_align - DEBUG - ERROR (gmm-est-fmllr[5.5]:FindKeyInternal():util/kaldi-table-inl.h:2106) You provided the "cs" option but are not calling with keys in sorted order: 101287-7565-101287-000007-000001 < 110-1-000039-000003: rspecifier is ark,s,cs:apply-cmvn --utt2spk=ark:data/processed/LibriSpeech/train-other-500/mfa_tmp/mfa_inputs/corpus_data/subset_10000/utt2spk.0 scp:data/processed/LibriSpeech/train-other-500/mfa_tmp/mfa_inputs/corpus_data/subset_10000/cmvn.0.scp scp:data/processed/LibriSpeech/train-other-500/mfa_tmp/mfa_inputs/corpus_data/subset_10000/feats.0.scp ark:- | splice-feats --left-context=3 --right-context=3 ark:- ark:- | transform-feats data/processed/LibriSpeech/train-other-500/mfa_tmp/mfa_inputs/sat1/lda.mat ark:- ark:- | How can I solve this? Thanks for your response.