Open
Description
Hello, I've just stumbled upon this repo, and it looks like an interesting project! Initially I thought it was a JAX-like library, except using ONNX ops instead of numpy
, but it looks like it's not trying to do that, since there isn't autodiff (IIUC).
It's already cool enough that it can convert back and forth between Python code and ONNX files, but from a newbie perspective it would be useful to have some examples in the readme which indicate expected broad classes of use cases. It'd be handy if it were also compared/contrasted against other libraries in the ecosystem like JAX in terms of where it "fits in".
Thanks!