GST Tacotron
1.0.0
Pytorch的樣式令牌的實現:無監督的樣式建模,控制和轉移端到端語音合成

添加對暴雪數據集的支持。
pip3 install -r requirements.txtHyperparameters.py ---超參數Network.py ---編碼器和解碼器Modules.py --- tacotron的一些模塊Loss.py - 損失功能Data.py ---數據集加載程序utils.py ---一些用於數據I/O的UTIT功能Synthesis.py語音生成Data.py中實現get_XX_data函數Hyperparameters.pylog的目錄稱為如下: --- log
| |
| --- log[log_number]
|
--- code
|
--- Tacotron
|
--- train.py
|
--- Network.py
|
......
python3 train.py [log_number] [dataset_size] [start_epoch]
[log_number]: the log directory number
[dataset_size]: int or all
[start_epoch]: which epoch start to train (0 if start from scratch )
for example:
python3 train.py 0 all 0運行generate.py 。在運行之前,用任何中文句子中的任何中文句子generate.py text
所提供的假裝模型經過中國數據集的培訓,因此它僅支持中國人。