keonlee9420 / Expressive-FastSpeech2

PyTorch Implementation of Non-autoregressive Expressive (emotional, conversational) TTS based on FastSpeech2, supporting English, Korean, and your own languages.
Other
267 stars 46 forks source link

Training MFA problem #11

Closed martin3252 closed 2 years ago

martin3252 commented 2 years ago

Firstly, thanks for sharing this great repo. I encountered two errors when I was training MFA with IEMOCAP dataset. The are the same errors and as following: ERROR (gmm-est-fmllr[5.5.985]:FindKeyInternal():util/kaldi-table-inl.h:2106) You provided the "cs" option but are not calling with keys in sorted order.

Have you encountered these errors before? Besides, I've already searched these errors on Montreal-Forced-Aligner github and couldn't find the solution.

My MFA version is 2.0.0b7

keonlee9420 commented 2 years ago

Hi @martin3252, it seems to be related to the kaldi issue. You can search issues in the official repo. I recommend reinstalling kaldi and then retrying the process.

keonlee9420 commented 2 years ago

close due to inactivity