File size: 319 Bytes
8bfc0ad cbe1972 8bfc0ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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
|