pull/10/head
Eren Golge 2018-04-10 09:37:43 -07:00
commit fcfc1bad2b
2 changed files with 7 additions and 0 deletions

View File

@ -93,3 +93,7 @@ Any kind of contribution is highly welcome as we are propelled by the open-sourc
- [WaveRNN](https://arxiv.org/pdf/1802.08435.pdf)
- [Faster WaveNet](https://arxiv.org/abs/1611.09482)
- [Parallel WaveNet](https://arxiv.org/abs/1711.10433)
### Precursor implementations
- https://github.com/keithito/tacotron (Dataset and Test processing)
- https://github.com/r9y9/tacotron_pytorch (Initial Tacotron architecture)

View File

@ -3,3 +3,6 @@ inflect
unidecode
tensorboard
tensorboardX
torch
matplotlib
Pillow