From 05dd8f91d2ddd621e7be48b294ad04111480935f Mon Sep 17 00:00:00 2001 From: rafaelvalle Date: Tue, 27 Nov 2018 11:55:40 -0800 Subject: [PATCH] README.md: adding submodule init to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7c68b4..c3214c3 100755 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ Visit our [website] for audio samples. 1. Download and extract the [LJ Speech dataset](https://keithito.com/LJ-Speech-Dataset/) 2. Clone this repo: `git clone https://github.com/NVIDIA/tacotron2.git` 3. CD into this repo: `cd tacotron2` -4. Update .wav paths: `sed -i -- 's,DUMMY,ljs_dataset_folder/wavs,g' filelists/*.txt` +4. Initialize submodule: `git submodule init; git submodule update` +5. Update .wav paths: `sed -i -- 's,DUMMY,ljs_dataset_folder/wavs,g' filelists/*.txt` - Alternatively, set `load_mel_from_disk=True` in `hparams.py` and update mel-spectrogram paths -5. Install [PyTorch 1.0] -6. Install python requirements or build docker image +6. Install [PyTorch 1.0] +7. Install python requirements or build docker image - Install python requirements: `pip install -r requirements.txt` ## Training