2 Star 1 Fork 2

Hansin1997 / Tacotron-2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Tacotron-2:

原文档: README_.md

原仓库:Tacotron-2

此项目为 Windows(10)修正版,修正Windows中路径、创建目录等问题,并添加了测试服务(demo_server.py)。

数据集为清华大学开源普通话语料:data_thchs30百度云

项目结构:

Tacotron-2
├── datasets
├── data_thchs30	(0)
│   └── data
│   └── dev
│   └── lm_phone
│   └── lm_word
│   └── test
│   └── train
│   └── README.TXT
├── logs-Tacotron	(2)
│   ├── eval_-dir
│   │ 	├── plots
│ 	│ 	└── wavs
│   ├── mel-spectrograms
│   ├── plots
│   ├── pretrained
│   └── wavs
├── logs-Wavenet	(4)
│   ├── eval-dir
│   │ 	├── plots
│ 	│ 	└── wavs
│   ├── plots
│   ├── pretrained
│   └── wavs
├── papers
├── tacotron
│   ├── models
│   └── utils
├── tacotron_output	(3)
│   ├── eval
│   ├── gta
│   ├── logs-eval
│   │   ├── plots
│   │   └── wavs
│   └── natural
├── wavenet_output	(5)
│   ├── plots
│   └── wavs
├── training_data	(1)
│   ├── audio
│   ├── linear
│	└── mels
└── wavenet_vocoder
	└── models

The previous tree shows the current state of the repository (separate training, one step at a time).

  • Step (0): 下载data_thchs30数据集(百度云),并将其解压至 data_thchs30,如上所示。(preprocess时将会处理其子文件夹 data 中的数据,若想更改请修改 datasets/preprocessor.py 或者替换文件夹 data 。)。
  • Step (1): 数据预处理。 将会生成 training_data 目录。
  • Step (2): 训练模型。其中生成的模型、对齐图等将保存至 logs-Tacotron 目录内。
  • Step (3): 生成音频。生成的音频将保存至 tacotron_output 目录内。(或者运行demo_server.py,指定模型并且在线输入中文和生成普通话音频,内部使用pypinyin转换汉字。)
  • Step (4): Train your Wavenet model. Yield the logs-Wavenet folder.
  • Step (5): Synthesize audio using the Wavenet model. Gives the wavenet_output folder.
MIT License Copyright (c) 2018 Rayhane Mama Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

谷歌Deepmind提出的Tacotron-2语音合成模型的Tensorflow实现,可以合成普通话。 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/hansin/Tacotron-2.git
git@gitee.com:hansin/Tacotron-2.git
hansin
Tacotron-2
Tacotron-2
mandarin-new

搜索帮助