Closed ashu5644 closed 10 months ago
Thank you for your issue. We found the following entry in the FAQ which you may find helpful:
Feel free to close this issue if you found an answer in the FAQ.
If your issue is a feature request, please read this first and update your request accordingly, if needed.
If your issue is a bug report, please provide a minimum reproducible example as a link to a self-contained Google Colab notebook containing everthing needed to reproduce the bug:
Providing an MRE will increase your chance of getting an answer from the community (either maintainers or other power users).
Companies relying on pyannote.audio
in production may contact me via email regarding:
This is an automated reply, generated by FAQtory
Solved by upgrading to pyannote.audio 3.1
Solved by upgrading to pyannote.audio 3.1
unuseful
@hbredin , I am trying to use speaker-diarization 3.1 model in offline mode , but I am getting following error:
Code:
config.yaml:
Similar code is working for speaker-diarization 3.0 in offline mode by replacing embedding argument in corresponding config with .onnx model path. But for speaker-diarization 3.1 no .onnx model exists here. Can you please suggest some workaround for this issue ?
Thank you.