update: adding model type for onnx conversion
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"istftnet": {
|
| 3 |
"upsample_kernel_sizes": [20, 12],
|
| 4 |
"upsample_rates": [10, 6],
|
|
@@ -204,4 +205,4 @@
|
|
| 204 |
"云": 176,
|
| 205 |
"ᵻ": 177
|
| 206 |
}
|
| 207 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "style_text_to_speech_2",
|
| 3 |
"istftnet": {
|
| 4 |
"upsample_kernel_sizes": [20, 12],
|
| 5 |
"upsample_rates": [10, 6],
|
|
|
|
| 205 |
"云": 176,
|
| 206 |
"ᵻ": 177
|
| 207 |
}
|
| 208 |
+
}
|