aufklarer's picture
ONNX export, gated against PyTorch on real speech
7247ec8 verified
Raw
History Blame Contribute Delete
507 Bytes
{
"model": "pyannote-segmentation-3.0",
"format": "onnx",
"sample_rate": 16000,
"window_duration": 10.0,
"window_step": 5.0,
"num_powerset_classes": 7,
"max_local_speakers": 3,
"frames_per_window": 293,
"inputs": {
"audio": {
"shape": [
1,
1,
160000
],
"dtype": "float32"
}
},
"outputs": {
"posteriors": {
"shape": [
1,
293,
7
],
"dtype": "float32"
}
}
}