pytorch dc tts
1.0.0
基於深度卷積網絡的有效訓練的文本到語音系統的Pytorch實施,其部分基於以下項目的指導性:
以下筆記本可在https://colab.research.google.com上執行。
有關音頻樣本和預算模型,請訪問上述筆記本鏈接。
英語TTS使用LJ-Speech數據集。
python dl_and_preprop_dataset.py --dataset=ljspeechpython train-text2mel.py --dataset=ljspeechpython train-ssrn.py --dataset=ljspeechpython synthesize.py --dataset=ljspeechsamples文件夾中。 蒙古文字到語音使用蒙古聖經中的5小時音頻。
python dl_and_preprop_dataset.py --dataset=mbspeechpython train-text2mel.py --dataset=mbspeechpython train-ssrn.py --dataset=mbspeechpython synthesize.py --dataset=mbspeechsamples文件夾中。