File size: 767 Bytes
5548515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "base_config": "config/vits.json",
  "model_type": "VITS",
  "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": {
    "use_phone": true,
    // linguistic features
    "extract_phone": true,
    "phone_extractor": "lexicon", // "espeak, pypinyin, pypinyin_initials_finals, lexicon (only for language=en-us right now)"
    // TODO: Fill in the output data path. The default value is "Amphion/data"
    "processed_dir": "data",
    
    "sample_rate": 22050,
    "valid_file": "test.json", // validattion set
  },
  "train": {
    "batch_size": 16,
  }
}