From 2ee34ceaa841c31c264b6265481461cb6afa1366 Mon Sep 17 00:00:00 2001 From: Michael Nguyen Date: Fri, 14 Sep 2018 14:16:37 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908ae95..22af71a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,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. +[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. Example ```