Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -47,7 +47,8 @@
|
|
| 47 |
"upsample_initial_channel": 512,
|
| 48 |
"upsample_kernel_sizes": [16,16,4,4],
|
| 49 |
"n_layers_q": 3,
|
| 50 |
-
"use_spectral_norm": false
|
|
|
|
| 51 |
},
|
| 52 |
"symbols": ["_", ";", ":", ",", "。", "!", "?", "-", "“", "”", "《", "》", "、", "(", ")", "…", "—", " ", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "1", "2", "3", "4", "5", "0", "B", "P"],
|
| 53 |
"speakers": ["派蒙"]
|
|
|
|
| 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 |
"symbols": ["_", ";", ":", ",", "。", "!", "?", "-", "“", "”", "《", "》", "、", "(", ")", "…", "—", " ", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "1", "2", "3", "4", "5", "0", "B", "P"],
|
| 54 |
"speakers": ["派蒙"]
|