Update README.md

test
Michael Nguyen 2018-09-14 17:28:10 -05:00 committed by GitHub
parent efd772e69d
commit c8192dd374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ Contributions are accepted! We'd love the communities help in building a better
## Other Implementations
* By Alex Barron: https://github.com/barronalex/Tacotron
* By Kyubyong Park: https://github.com/Kyubyong/tacotron
* By Keith Ito (the original): https://github.com/keithito/tacotron
## Visualizing Your Data
[analyze.py](analyze.py) is a tool to visualize your dataset after preprocessing. This step is important to ensure quality in the voice generation. The analyze tool takes in train.txt as the data input to do visualizations. `train.txt` is a file created from `preprocess.py`.