No commit activity in last 3 years
No release in over 3 years
Automatically generate Ruby code from ONNX
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0
>= 3.2.9

Runtime

 Project Readme

ONNX-Red-Chainer

This is an add-on package for ONNX support by Red Chainer.

Installation

Add this line to your application's Gemfile:

gem 'onnx-red-chainer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install onnx-red-chainer

Usage

$ bundle exec onnx-red-chainer -h
onnx-red-chainer [OPTIONS] FILE
    -o, --output_dir=OUTPUT_DIR      output path
    -m, --model_name=MODEL_NAME      Model name
    -h, --help                       show help

Run Test

$ bundle exec ruby test/run_test.rb

Supported Functions

Activation

  • ReLU

Connection

  • LinearFunction

Development

License

The MIT license.
See LICENSE.txt for details.