πŸ€– πŸ’¬ Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Eren Golge 49f61d0b9e Checkpoint fix 2018-01-26 02:07:07 -08:00
datasets Audio Precessing class, passing data fetching argummetns from config 2018-01-24 08:04:25 -08:00
layers New files 2018-01-22 06:59:41 -08:00
models Audio Precessing class, passing data fetching argummetns from config 2018-01-24 08:04:25 -08:00
png Beginning 2018-01-22 01:48:59 -08:00
utils Checkpoint fix 2018-01-26 02:07:07 -08:00
.gitignore new files 2018-01-22 06:59:21 -08:00
README.md Change descriptions 2018-01-23 15:28:12 +01:00
__init__.py Beginning 2018-01-22 01:48:59 -08:00
config.json Checkpoint fix 2018-01-26 02:07:07 -08:00
module.py Beginning 2018-01-22 01:48:59 -08:00
requirements.txt Requirements 2018-01-24 10:49:24 -08:00
synthesis.py Beginning 2018-01-22 01:48:59 -08:00
train.py Checkpoint fix 2018-01-26 02:07:07 -08:00

README.md

TTS (Work in Progress...)

Here we have pytorch implementation of:

At the end, it should be easy to add new models and try different architectures.

You can find here a brief note about possible TTS architectures and their comparisons.

Requirements

Highly recommended to use miniconda for easier installation.

  • python 3.6
  • pytorch > 0.2.0
  • TODO

Data

TODO

Training the network

TODO