Create config.yaml
Browse files- config.yaml +10 -0
config.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
_target_: pyannote.audio.models.embedding.WeSpeakerResNet34
|
| 3 |
+
sample_rate: 16000
|
| 4 |
+
num_channels: 1
|
| 5 |
+
num_mel_bins: 80
|
| 6 |
+
frame_length: 25
|
| 7 |
+
frame_shift: 10
|
| 8 |
+
dither: 0.0
|
| 9 |
+
window_type: hamming
|
| 10 |
+
use_energy: false
|