Tacotron2 PyTorch
1.0.0
Tacotron-2 模型的PyTorch 實現,提出Tacotron-2 的論文Natural TTS Synthesis By Conditioning Wavenet On Mel Spectrogram Predictions。 (持續完善ING)
.
|--- audios/
|--- datasets/ # 数据集相关
|--- audio/
|--- text/
|--- helpers/ # 辅助类
|--- models/ # 模型相关
|--- layers.py
|--- losses.py
|--- optimizers.py
|--- tacotron.py
|--- tests/ # 测试代码
|--- utils/ # 一些通用方法
|--- .gitignore
|--- LICENSE
|--- README.md # 说明文档(本文档)
|--- requirements.txt # 依赖文件
|--- train.py # 训练脚本
|--- synthesize.py # 合成脚本
步驟(1) :克隆倉庫
$ git clone https://github.com/atomicoo/Tacotron2-PyTorch.git步驟(2) :安裝依賴
$ conda create -n Tacotron2 python=3.7.9
$ conda activate Tacotron2
$ pip install -r requirements.txt步驟(3) :合成語音
$ python synthesize.py