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
Test sources:
Sadly this might require giving up on the symbolic batch_size concept, at least for ONNX loading 😞.
batch_size
The text was updated successfully, but these errors were encountered:
With #1 this might actually be really easy, just define a new onnx backend around the Kyanite python wrapper and use that to run the tests!
Sorry, something went wrong.
https://github.com/onnx/onnx/blob/main/docs%2FImplementingAnOnnxBackend.md
Try loading all the models in the ONNX model zoo: https://github.com/onnx/models
Also look at the related project: https://github.com/onnx/turnkeyml
No branches or pull requests
Test sources:
Sadly this might require giving up on the symbolic
batch_size
concept, at least for ONNX loading 😞.The text was updated successfully, but these errors were encountered: