From d6c857c22efb9d96b11f6f6ad27ee9c27627ff02 Mon Sep 17 00:00:00 2001 From: Liumeng Xue <33707885+lmxue@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:11:31 +0800 Subject: [PATCH] Update exp_config.json --- egs/tts/VITS/exp_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/tts/VITS/exp_config.json b/egs/tts/VITS/exp_config.json index 721412f2..3a2332f2 100644 --- a/egs/tts/VITS/exp_config.json +++ b/egs/tts/VITS/exp_config.json @@ -25,10 +25,10 @@ //"use_spkid": true // use speaker ID to train multi-speaker TTS model }, "model":{ - //"n_speakers": 10 // number of speakers in the dataset(s) used. The default value is 0 if not specified. + //"n_speakers": 10 // number of speakers, greater than or equal to the number of speakers in the dataset(s) used. The default value is 0 if not specified. }, "train": { "batch_size": 16, //"multi_speaker_training": true } -} \ No newline at end of file +}