You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using onnxruntime==1.13.1 I see the following when loading a model with audonnx:
2022-12-20 12:35:32.566080649 [W:onnxruntime:, session_state.cc:1030 VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not hav
e an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
2022-12-20 12:35:32.566108698 [W:onnxruntime:, session_state.cc:1032 VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.
The text was updated successfully, but these errors were encountered:
When using
onnxruntime==1.13.1
I see the following when loading a model withaudonnx
:The text was updated successfully, but these errors were encountered: