| 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 | |