From 3467cb495a4d8b4bcd8712ee60aecf91d27d82d7 Mon Sep 17 00:00:00 2001 From: Plachta Date: Tue, 14 Feb 2023 14:30:02 +0800 Subject: [PATCH] upload files --- configs/finetune_speaker.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/finetune_speaker.json b/configs/finetune_speaker.json index 834708c..307bb64 100644 --- a/configs/finetune_speaker.json +++ b/configs/finetune_speaker.json @@ -17,8 +17,8 @@ "c_kl": 1.0 }, "data": { - "training_files":"final_annotation.txt", - "validation_files":"final_annotation.txt", + "training_files":"final_annotation_train.txt", + "validation_files":"final_annotation_val.txt", "text_cleaners":["cjke_cleaners2"], "max_wav_value": 32768.0, "sampling_rate": 22050,