Model with InstanceNormalization fails with DML provider #11094
Unanswered
Pathos0925
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I converted a pytorch model to ONNX that has InstanceNormalization which runs fine with standard ONNX, but with the DML provider I get an "Non-zero status code returned while running InstanceNormalization node." Even with a model with just Instance Normalization gives the error. In the log it says "D:\a_work\1\s\onnxruntime\core\providers\dml\DmlExecutionProvider\src\Operators\DmlOperatorInstanceNormalization.cpp(65)\onnxruntime.dll!00007FF894EF327E: (caller: 00007FF894EA7C2A) Exception(2) tid(39dc) 80070057 The parameter is incorrect."
I am hesitant to open an issue because I could be doing something wrong. Any advice is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions