File size: 699 Bytes
5f4884c | 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 | {
"sample_rate": 24000,
"backbone_class_path": "exp.models.ComVo",
"backbone_init_args": {
"input_channels": 100,
"dim": 512,
"intermediate_dim": 1536,
"num_layers": 8,
"n_quantization": 128,
"layer_scale_init_value": null,
"adanorm_num_embeddings": null,
"rank": null
},
"head_class_path": "exp.heads.ISTFTHead",
"head_init_args": {
"dim": 512,
"n_fft": 1024,
"hop_length": 256,
"padding": "center"
},
"feature_extractor_class_path": "exp.feature_extractors.MelSpectrogramFeatures",
"feature_extractor_init_args": {
"sample_rate": 24000,
"n_fft": 1024,
"hop_length": 256,
"n_mels": 100,
"padding": "center"
}
} |