We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I'm trying to convert a simple onyx model to day format but got this error
libc++abi.dylib: terminating with uncaught exception of type std::invalid_argument: Unsupported operator Shape [1] 22297 abort /Users/linus/myself/DNNLibrary/build/tools/onnx2daq/onnx2daq resnet50_ocr.onn
Any ideal how to fix this ?
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
Could you please try simplifying your onnx model by https://github.com/daquexian/onnx-simplifier? onnx-simplifier will eliminate most Shape operators.
Sorry, something went wrong.
No branches or pull requests
Hi I'm trying to convert a simple onyx model to day format but got this error
Any ideal how to fix this ?
The text was updated successfully, but these errors were encountered: