File size: 440 Bytes
4651adf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"metadata": {
"kwargs": {
"attn_proj": true,
"decoder_dim": 1024,
"decoder_rates": [
5,
5,
2,
2,
2,
2,
2
],
"decoder_type": "bigvgan",
"encoder_dim": 64,
"encoder_rates": [
2,
4,
4,
5,
5
],
"latent_dim": 2048,
"sample_rate": 32000,
"vae_latent_channels": 32
}
}
}
|