File size: 318 Bytes
39e3a80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
task:
_target_: pyannote.audio.tasks.Segmentation
duration: 5.0
max_num_speakers: 3
model:
_target_: pyannote.audio.models.segmentation.PyanNet
sincnet:
stride: 10
lstm:
hidden_size: 128
num_layers: 4
bidirectional: true
monolithic: true
linear:
hidden_size: 128
num_layers: 2 |