File size: 515 Bytes
9893813
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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,
  }
}