python-MCD
python-MCD copied to clipboard
RuntimeError: failed to compute mgcep; error occured in theq
Hello ttslr, thanks for your repo and give me some insight on how to calculate the MCD. However, there is an error I could not figure it out how to handle, saying:
Processing -----------30.wav
theq() : determinant of the normal matrix is too small!
mgcep : Error in theq() at 0th iteration!
theq() : determinant of the normal matrix is too small!
mgcep : Error in theq() at 1th iteration!
Traceback (most recent call last):
File "MCD-DTW.py", line 49, in
Do you have any idea how to solve this problem? Thanks..
Thanks for your attention! I remembered this problem could be solved if you update your 'pysptk'.
Hope these links can help you:
https://teratail.com/questions/145348 https://github.com/r9y9/pysptk/blob/master/pysptk/_sptk.pyx#211
Thank you very much! Feel free to contact me :)
Thank you very much for the references
I have the same question and I update the pysptk 0.1.18 but still have the same question. The audio is single channel.
I also encountered the same problem, is you solved?
I also encountered the same problem, is you solved?
I tried something else. You can try it ,https://github.com/jasminsternkopf/mel_cepstral_distance.