Skip to content

Easily convert models between ONNX and Axon

Notifications You must be signed in to change notification settings

elixir-image/axon_onnx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AxonONNX

Easily convert models between ONNX and Axon.

Installation

AxonONNX is currently in development. You can use it as a git dependency:

def deps do
  [
    {:axon_onnx, github: "elixir-nx/axon_onnx"}
  ]
end

Protobuf

Additionally, AxonONNX uses protox to generate code for parsing protocol buffers data within ONNX.

If you want to regenerate this code, you can invoke the following command:

mix generate_protobuf

Note that you'll need to install protoc (>= 3.0). It must be available in $PATH. You can download it here or you can install it with your favorite package manager (brew install protobuf, apt install protobuf-compiler, etc.).

About

Easily convert models between ONNX and Axon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 98.0%
  • Python 2.0%