Skip to content

Commit

Permalink
Update exp_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmxue authored Feb 23, 2024
1 parent 9a743be commit d6c857c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/tts/VITS/exp_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit d6c857c

Please sign in to comment.