From d2a87a853724111791b4b566bd501eccf31da395 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Fri, 6 Nov 2020 23:58:33 +0900 Subject: [PATCH] egs: fix wrong configs --- egs/jsut-song/svs-world-conv/config.yaml | 6 ------ egs/kiritan_singing/svs-world-conv/config.yaml | 8 ++------ egs/nit-song070/svs-world-conv/run.sh | 2 +- egs/pjs/svs-world-conv/config.yaml | 7 ------- 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/egs/jsut-song/svs-world-conv/config.yaml b/egs/jsut-song/svs-world-conv/config.yaml index 0fd183ad..fbf9b2e9 100644 --- a/egs/jsut-song/svs-world-conv/config.yaml +++ b/egs/jsut-song/svs-world-conv/config.yaml @@ -8,12 +8,6 @@ tag: # DATA PREPARATION SETTING # ########################################################### -# Directory of Unzipped singing voice database -# PLEASE CHANGE THE PATH BASED ON YOUR ENVIRONMENT -db_root: "downloads/HTS-demo_NIT-SONG070-F001" - -# Output directory -out_dir: "./data" ########################################################### # FEATURE EXTRACTION SETTING # diff --git a/egs/kiritan_singing/svs-world-conv/config.yaml b/egs/kiritan_singing/svs-world-conv/config.yaml index 67004473..7c42b4f2 100644 --- a/egs/kiritan_singing/svs-world-conv/config.yaml +++ b/egs/kiritan_singing/svs-world-conv/config.yaml @@ -8,12 +8,8 @@ tag: # DATA PREPARATION SETTING # ########################################################### -# Directory of Unzipped singing voice database -# PLEASE CHANGE THE PATH BASED ON YOUR ENVIRONMENT -db_root: "downloads/HTS-demo_NIT-SONG070-F001" - -# Output directory -out_dir: "./data" +# **CHANGE** this to your database path +wav_root: "/home/ryuichi/data/kiritan_singing/wav" ########################################################### # FEATURE EXTRACTION SETTING # diff --git a/egs/nit-song070/svs-world-conv/run.sh b/egs/nit-song070/svs-world-conv/run.sh index 0d4fe673..3fd385c1 100755 --- a/egs/nit-song070/svs-world-conv/run.sh +++ b/egs/nit-song070/svs-world-conv/run.sh @@ -58,7 +58,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then echo "stage 0: Data preparation" # the following three directories will be created # 1) data/timelag 2) data/duration 3) data/acoustic - python local/data_prep.py $data_root $out_dir --gain-normalize + python local/data_prep.py $db_root $out_dir --gain-normalize echo "train/dev/eval split" mkdir -p data/list diff --git a/egs/pjs/svs-world-conv/config.yaml b/egs/pjs/svs-world-conv/config.yaml index 4b98aba2..5a938db7 100644 --- a/egs/pjs/svs-world-conv/config.yaml +++ b/egs/pjs/svs-world-conv/config.yaml @@ -8,13 +8,6 @@ tag: # DATA PREPARATION SETTING # ########################################################### -# Directory of Unzipped singing voice database -# PLEASE CHANGE THE PATH BASED ON YOUR ENVIRONMENT -db_root: "downloads/HTS-demo_NIT-SONG070-F001" - -# Output directory -out_dir: "./data" - ########################################################### # FEATURE EXTRACTION SETTING # ###########################################################