Delete configs/chinese_base.json
Browse files- configs/chinese_base.json +0 -55
configs/chinese_base.json
DELETED
|
@@ -1,55 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"train": {
|
| 3 |
-
"log_interval": 200,
|
| 4 |
-
"eval_interval": 1000,
|
| 5 |
-
"seed": 1234,
|
| 6 |
-
"epochs": 10000,
|
| 7 |
-
"learning_rate": 2e-4,
|
| 8 |
-
"betas": [0.8, 0.99],
|
| 9 |
-
"eps": 1e-9,
|
| 10 |
-
"batch_size": 32,
|
| 11 |
-
"fp16_run": true,
|
| 12 |
-
"lr_decay": 0.999875,
|
| 13 |
-
"segment_size": 8192,
|
| 14 |
-
"init_lr_ratio": 1,
|
| 15 |
-
"warmup_epochs": 0,
|
| 16 |
-
"c_mel": 45,
|
| 17 |
-
"c_kl": 1.0
|
| 18 |
-
},
|
| 19 |
-
"data": {
|
| 20 |
-
"training_files":"filelists/juzi_train_filelist.txt.cleaned",
|
| 21 |
-
"validation_files":"filelists/juzi_val_filelist.txt.cleaned",
|
| 22 |
-
"text_cleaners":["chinese_cleaners"],
|
| 23 |
-
"max_wav_value": 32768.0,
|
| 24 |
-
"sampling_rate": 22050,
|
| 25 |
-
"filter_length": 1024,
|
| 26 |
-
"hop_length": 256,
|
| 27 |
-
"win_length": 1024,
|
| 28 |
-
"n_mel_channels": 80,
|
| 29 |
-
"mel_fmin": 0.0,
|
| 30 |
-
"mel_fmax": null,
|
| 31 |
-
"add_blank": true,
|
| 32 |
-
"n_speakers": 8,
|
| 33 |
-
"cleaned_text": true
|
| 34 |
-
},
|
| 35 |
-
"model": {
|
| 36 |
-
"inter_channels": 192,
|
| 37 |
-
"hidden_channels": 192,
|
| 38 |
-
"filter_channels": 768,
|
| 39 |
-
"n_heads": 2,
|
| 40 |
-
"n_layers": 6,
|
| 41 |
-
"kernel_size": 3,
|
| 42 |
-
"p_dropout": 0.1,
|
| 43 |
-
"resblock": "1",
|
| 44 |
-
"resblock_kernel_sizes": [3,7,11],
|
| 45 |
-
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
|
| 46 |
-
"upsample_rates": [8,8,2,2],
|
| 47 |
-
"upsample_initial_channel": 512,
|
| 48 |
-
"upsample_kernel_sizes": [16,16,4,4],
|
| 49 |
-
"n_layers_q": 3,
|
| 50 |
-
"use_spectral_norm": false,
|
| 51 |
-
"gin_channels": 256
|
| 52 |
-
},
|
| 53 |
-
"speakers": ["\u5c0f\u8338", "\u5510\u4e50\u541f", "\u5c0f\u6bb7", "\u82b1\u73b2", "\u8bb8\u8001\u5e08", "\u90b1\u7433", "\u4e03\u4e00", "\u516b\u56db"],
|
| 54 |
-
"symbols": ["_", "\uff0c", "\u3002", "\uff01", "\uff1f", "\u2014", "\u2026", "\u3105", "\u3106", "\u3107", "\u3108", "\u3109", "\u310a", "\u310b", "\u310c", "\u310d", "\u310e", "\u310f", "\u3110", "\u3111", "\u3112", "\u3113", "\u3114", "\u3115", "\u3116", "\u3117", "\u3118", "\u3119", "\u311a", "\u311b", "\u311c", "\u311d", "\u311e", "\u311f", "\u3120", "\u3121", "\u3122", "\u3123", "\u3124", "\u3125", "\u3126", "\u3127", "\u3128", "\u3129", "\u02c9", "\u02ca", "\u02c7", "\u02cb", "\u02d9", " "]
|
| 55 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|