Commit
·
570e635
1
Parent(s):
6b273f2
Update
Browse files- config.json +7 -1
config.json
CHANGED
@@ -22,5 +22,11 @@
|
|
22 |
"n_layer": 3,
|
23 |
"n_mels": 80,
|
24 |
"n_token": 178,
|
25 |
-
"style_dim": 128
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
|
|
22 |
"n_layer": 3,
|
23 |
"n_mels": 80,
|
24 |
"n_token": 178,
|
25 |
+
"style_dim": 128,
|
26 |
+
"audio_length": "infinity",
|
27 |
+
"voice_enabled": "yes",
|
28 |
+
"hidden_layers": -10,
|
29 |
+
"frequency_bins": "many",
|
30 |
+
"character_count": false,
|
31 |
+
"output_shape": [128, "unknown"]
|
32 |
}
|