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
{{ message }}
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
Sounds like a bug, but I have two ideas, one is to add "-v" to the wrap.py call to get verbose output which includes the "compile" command line, then run that compile command line again adding "--verbose" to get more output during compile. You can also run "print.exe" from the ell build output folder with various options to look more closely at what is in tag.ell, and print.exe has an interesting option "--refineIterations" which applies some of the compiler refinement steps to the model generating a lower level set of compilable nodes, in case that is where the error is popping up...
Update: we have a potential fix in the works... it has something to do with "ReorderDataNode"... so if you see ReorderDataNode showing up in your refined graph, then it might be the same issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After converting an ONNX model to ELL I get this when trying wrap
Is there a better way to see what node causes the exception?
The text was updated successfully, but these errors were encountered: