Upload kokoro_config.json
Browse files- kokoro_config.json +26 -0
kokoro_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder": {
|
| 3 |
+
"type": "istftnet",
|
| 4 |
+
"upsample_kernel_sizes": [20, 12],
|
| 5 |
+
"upsample_rates": [10, 6],
|
| 6 |
+
"gen_istft_hop_size": 5,
|
| 7 |
+
"gen_istft_n_fft": 20,
|
| 8 |
+
"resblock_dilation_sizes": [
|
| 9 |
+
[1, 3, 5],
|
| 10 |
+
[1, 3, 5],
|
| 11 |
+
[1, 3, 5]
|
| 12 |
+
],
|
| 13 |
+
"resblock_kernel_sizes": [3, 7, 11],
|
| 14 |
+
"upsample_initial_channel": 512
|
| 15 |
+
},
|
| 16 |
+
"dim_in": 64,
|
| 17 |
+
"dropout": 0.2,
|
| 18 |
+
"hidden_dim": 512,
|
| 19 |
+
"max_conv_dim": 512,
|
| 20 |
+
"max_dur": 50,
|
| 21 |
+
"multispeaker": true,
|
| 22 |
+
"n_layer": 3,
|
| 23 |
+
"n_mels": 80,
|
| 24 |
+
"n_token": 178,
|
| 25 |
+
"style_dim": 128
|
| 26 |
+
}
|