ranchlai / mandarin-tts

Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets
465 stars 111 forks source link

关于vocoder模型下载的问题 #23

Open DanMerry opened 2 years ago

DanMerry commented 2 years ago

你好作者,感谢你的无私分享。在复现的工作的时候初心一些小问题,在使用wav2mel.py的文件时,会用到一个一些函数,但是函数终会需要vocoder的一些gan模型,这些模型没有在给的文件中,我需要下载readme中的checkpoint还是link? ImportError: cannot import name 'HiFiGAN' from 'mtts.models.vocoder.hifi_gan' (unknown location)