Replies: 2 comments
-
You can pass SessionOptions in the InferenceSession constructor
and then pass the session options to the inference session and you're good |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not the same. With |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python API has keyword
disabled_optimizers
inInferenceSession
constructor but I don't see anything similar in C# API. Is there some way to explicitly disable some optimizers in C#?Beta Was this translation helpful? Give feedback.
All reactions