acknowledgement for glow tts

This commit is contained in:
erogol
2020-09-22 13:10:59 +02:00
parent cefd9579fc
commit 6a87b7e9aa
+2 -1
View File
@@ -210,7 +210,8 @@ If you like to use TTS to try a new idea and like to share your experiments with
- [Parallel WaveNet](https://arxiv.org/abs/1711.10433)
-->
### References
### Acknowledgement
- https://github.com/keithito/tacotron (Dataset pre-processing)
- https://github.com/r9y9/tacotron_pytorch (Initial Tacotron architecture)
- https://github.com/kan-bayashi/ParallelWaveGAN (vocoder library)
- https://github.com/jaywalnut310/glow-tts (Original Glow-TTS implementation)