-
-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running without "wespeaker-voxceleb-resnet34-LM" #1476
Comments
Thank you for your issue.You might want to check the FAQ if you haven't done so already. 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
|
You can use any supported speaker embedding in place of See It should be as simple as downloading this configuration file, updating this line and that line, and then load it with from pyannote.audio import Pipeline
pipeline = Pipeline.from_pretrained("config.yml") Note however that the reason why I chose this speaker embedding for version 3.0.0 is that it is the one that gave me the best result. I'd love to hear the reason why you would like to change it? Research? Any other reasons? |
@hbredin |
Would switching to |
Yes - but it does not support running on the CPU - 😠😠😠😠 |
Could you try with this and let me know if that allows to run on GPU on your side? pip install https://github.com/pyannote/pyannote-audio/archive/refs/heads/fix/onnxruntime-gpu.zip All it does is switch from |
@hbredin how would I know which threshold to use for each model? |
You would not know. You have to tune this threshold. |
Closing as latest version no longer relies on ONNX Please update to |
Is it possible to run version 3 without
wespeaker-voxceleb-resnet34-LM
?The text was updated successfully, but these errors were encountered: