File size: 698 Bytes
af07a3f |
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 26 27 28 29 30 |
learning_rate: 0.0001
linear:
hidden_size: 128
num_layers: 2
lstm:
batch_first: true
bidirectional: true
hidden_size: 128
num_layers: 4
model_introspection: !!python/object:pyannote.audio.core.model.ModelIntrospection
dimension: 1
inc_num_frames: 1
inc_num_samples: 216
min_num_frames: 2
min_num_samples: 1059
num_channels: 1
sample_rate: 16000
sincnet:
sample_rate: 16000
stride: 8
task_specifications: !!python/object:pyannote.audio.core.task.TaskSpecification
classes:
- speech
duration: 2.0
permutation_invariant: false
problem: !!python/object/apply:pyannote.audio.core.task.Problem
- 0
scale: !!python/object/apply:pyannote.audio.core.task.Scale
- 1
|