Skip to content
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

Update speaker_verification.py for better use of the onnxruntime #1693

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

CaioMizerkowski
Copy link

Improve performance using onnx and remove the warming:

[W:onnxruntime:, session_state.cc:1166 VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.

CaioMizerkowski and others added 2 commits April 20, 2024 11:21
Improve performance using onnx and remove the warming:

[W:onnxruntime:, session_state.cc:1166 VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
@hbredin
Copy link
Member

hbredin commented Apr 22, 2024

Thanks.

  1. Comment says "improve performance using onnx". Could you please provide us with reproducible numbers?

  2. Genuine question: can you please document what this change does exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants