https://github.com/open-mmlab/Amphion
Tip revision: 6e9d34f498b41f12f889923566ddaafd6f50e8cc authored by zyingt on 23 February 2024, 15:03:35 UTC
Support Multi-speaker VITS (#131)
Support Multi-speaker VITS (#131)
Tip revision: 6e9d34f
exp_config.json
{
"base_config": "config/fs2.json",
"model_type": "FastSpeech2",
"dataset": [
"LJSpeech"
],
"dataset_path": {
// TODO: Fill in your dataset path
"LJSpeech": "[LJSpeech dataset path]"
},
// TODO: Fill in the output log path. The default value is "Amphion/ckpts/tts"
"log_dir": "ckpts/tts",
"preprocess": {
// TODO: Fill in the output data path. The default value is "Amphion/data"
"processed_dir": "data",
"sample_rate": 22050,
},
"train": {
"batch_size": 16,
}
}
