https://github.com/open-mmlab/Amphion
Tip revision: a4c23e2e1f15e4be0b0c7194e6b69a82a4bb4a07 authored by Xueyao Zhang on 18 December 2023, 14:14:33 UTC
Amphion v0.1 Release (#39)
Amphion v0.1 Release (#39)
Tip revision: a4c23e2
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,
}
}
