fix readme link

test
Michael Nguyen 2018-09-14 14:39:34 -05:00
parent 719f9c8ca3
commit f47a147eb7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ Pull requests are welcome!
* By Kyubyong Park: https://github.com/Kyubyong/tacotron
## Visualizing Your Data
[analyze](./analyze/__main__.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.
[analyze](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.
Example
```