KarelPeeters / Kyanite

A neural network inference library, written in Rust.
Other
50 stars 1 forks source link

Run existing test suites #2

Open KarelPeeters opened 9 months ago

KarelPeeters commented 9 months ago

Test sources:

Sadly this might require giving up on the symbolic batch_size concept, at least for ONNX loading 😞.

KarelPeeters commented 9 months ago

With https://github.com/KarelPeeters/Kyanite/issues/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!

KarelPeeters commented 9 months ago

https://github.com/onnx/onnx/blob/main/docs%2FImplementingAnOnnxBackend.md

KarelPeeters commented 6 months ago

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