config.json
237 B · 19 lines · json Raw
1 {
2 "model_type": "wespeaker-resnet34-lm",
3 "sample_rate": 16000,
4 "n_mels": 80,
5 "embedding_dim": 256,
6 "layers": [
7 3,
8 4,
9 6,
10 3
11 ],
12 "channels": [
13 32,
14 64,
15 128,
16 256
17 ],
18 "pooling_output_dim": 5120
19 }