File size: 298 Bytes
5104922 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"component": "speaker_encoder",
"attention_channels": 128,
"channels": 1152,
"emb_dim": 256,
"eps": 1e-06,
"global_context_att": true,
"hop_length_ms": 10.0,
"n_fft": 512,
"n_mels": 80,
"sample_rate": 16000,
"scale": 8,
"se_bottleneck_dim": 128,
"win_length_ms": 25.0
}
|