An open API service indexing awesome lists of open source software.

https://github.com/fluxml/onnx.jl

Read ONNX graphs in Julia
https://github.com/fluxml/onnx.jl

deep-learning flux julia machine-learning onnx

Last synced: 12 days ago
JSON representation

Read ONNX graphs in Julia

Awesome Lists containing this project

README

        

# ONNX

ONNX.jl is in the process of a total reconstruction and currently supports saving & loading graphs as a [`Umlaut.Tape`](https://dfdx.github.io/Umlaut.jl/dev/reference/#Umlaut.Tape). When possible, functions from `NNlib` or standard library are used, but no conversion to Flux is implemented yet. See [resnet18.jl](examples/resnet18.jl) for a practical example of graph loading.

Not all ONNX operators are implemented. See [How to contribute](CONTRIBUTE.md) for details of adding new operators.