From acedefc604755d9a04ca1e3060d9d080aa5f73de Mon Sep 17 00:00:00 2001 From: liuhaozhe6788 <2792382045@qq.com> Date: Wed, 29 Mar 2023 16:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 944309d..8c727eb 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ python encoder_train.py /SV2TTS/encoder **Download dataset:** 1. [LibriSpeech](https://www.openslr.org/12): train-clean-100 and train-clean-360 for training, dev-clean for validation (extract as /LibriSpeech/) 2. [LibriSpeech alignments](https://drive.google.com/file/d/1WYfgr31T-PPwMcxuAq09XZfHQO5Mw8fE/view?usp=sharing): merge the directory structure with the LibriSpeech datasets you have downloaded (do not take the alignments from the datasets you haven't downloaded else the scripts will think you have them) +3. [VCTK](https://datashare.ed.ac.uk/handle/10283/3443): used for training and validation **Synthesizer preprocessing:** ```