Update README.md

This commit is contained in:
Eren Golge 2018-04-04 15:21:58 +02:00 committed by GitHub
parent dc370e84bd
commit d0a921701d
1 changed files with 4 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)