add config
Browse files- config.json +15 -4
config.json
CHANGED
@@ -174,7 +174,7 @@
|
|
174 |
"res_scale": false,
|
175 |
"resid_dropout": 0.0,
|
176 |
"sample_hop_length": 30000,
|
177 |
-
"sample_length":
|
178 |
"sample_length_in_seconds": 1,
|
179 |
"scale_attn_by_inverse_layer_idx": false,
|
180 |
"scale_attn_weights": true,
|
@@ -218,7 +218,7 @@
|
|
218 |
2,
|
219 |
2
|
220 |
],
|
221 |
-
"vq_vae_emmbedding_width":
|
222 |
"vq_vae_levels": 3,
|
223 |
"vq_vae_lmu": 0.99,
|
224 |
"vq_vae_m_conv": 1,
|
@@ -233,11 +233,22 @@
|
|
233 |
2,
|
234 |
2
|
235 |
],
|
236 |
-
"vq_vae_width":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
"width": [
|
238 |
4800,
|
239 |
1920,
|
240 |
-
|
241 |
],
|
242 |
"y_bins": [
|
243 |
[
|
|
|
174 |
"res_scale": false,
|
175 |
"resid_dropout": 0.0,
|
176 |
"sample_hop_length": 30000,
|
177 |
+
"sample_length": 44100,
|
178 |
"sample_length_in_seconds": 1,
|
179 |
"scale_attn_by_inverse_layer_idx": false,
|
180 |
"scale_attn_weights": true,
|
|
|
218 |
2,
|
219 |
2
|
220 |
],
|
221 |
+
"vq_vae_emmbedding_width": 64,
|
222 |
"vq_vae_levels": 3,
|
223 |
"vq_vae_lmu": 0.99,
|
224 |
"vq_vae_m_conv": 1,
|
|
|
233 |
2,
|
234 |
2
|
235 |
],
|
236 |
+
"vq_vae_width": 64,
|
237 |
+
"vqvae_z_shapes": [
|
238 |
+
[
|
239 |
+
125
|
240 |
+
],
|
241 |
+
[
|
242 |
+
500
|
243 |
+
],
|
244 |
+
[
|
245 |
+
2000
|
246 |
+
]
|
247 |
+
],
|
248 |
"width": [
|
249 |
4800,
|
250 |
1920,
|
251 |
+
128
|
252 |
],
|
253 |
"y_bins": [
|
254 |
[
|