From 2da7a2ebab5edb1334a81f87d2bac1aed45512a9 Mon Sep 17 00:00:00 2001 From: Rafael Valle Date: Tue, 15 May 2018 08:50:21 -0700 Subject: [PATCH] README.md: describing how to load mel from disk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5353ed6..193c152 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Distributed and FP16 support relies on work by Christian Sarofeen and NVIDIA's 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` + - Alternatively, set `load_mel_from_disk=True` in `hparams.py` and update mel-spectrogram paths 5. Install [pytorch 0.4](https://github.com/pytorch/pytorch) 6. Install python requirements or build docker image - Install python requirements: `pip install -r requirements.txt`