From c7f8671beb5e8fe640aa10239dcb5247f91d09a4 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 1 Aug 2023 09:34:46 -0500 Subject: [PATCH] Add Thorsten training video --- TRAINING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TRAINING.md b/TRAINING.md index 4872d93..a0269fc 100644 --- a/TRAINING.md +++ b/TRAINING.md @@ -1,5 +1,7 @@ # Training Guide +Check out a [video training guide by Thorsten Müller](https://www.youtube.com/watch?v=b_we_jma220) + Training a voice for Piper involves 3 main steps: 1. Preparing the dataset @@ -32,7 +34,7 @@ python3 -m venv .venv source .venv/bin/activate pip3 install --upgrade pip pip3 install --upgrade wheel setuptools -pip3 install -r requirements.txt +pip3 install -e . ``` Run the `build_monotonic_align.sh` script in the `src/python` directory to build the extension.