File size: 470 Bytes
f465c68 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | architecture:
name: pyannote.audio.models.segmentation.PyanNet
params:
sample_rate: 16000
num_channels: 1
sincnet:
stride: 10
lstm:
hidden_size: 128
num_layers: 2
bidirectional: true
dropout: 0.0
linear:
hidden_size: 128
num_layers: 2
task:
name: Segmentation
params:
duration: 10.0
max_num_speakers: 3
weigh_by_cardinality: false
warm_up:
- 0.0
- 0.0
|