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 3 commits into
base: develop
Choose a base branch
from

Commits on Apr 20, 2024

  1. Update speaker_verification.py

    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 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f6f6dd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    87bd78d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    a8ed1a5 View commit details
    Browse the repository at this point in the history