Sha256: ba5adb84ca66aec83a968a08745bf7fb18cd4496299af7aa655ef8904a994f0d
Contents?: true
Size: 734 Bytes
Versions: 2
Compression:
Stored size: 734 Bytes
Contents
# ONNX-Red-Chainer This is an add-on package for ONNX support by Red Chainer. ## Installation Add this line to your application's Gemfile: ```ruby 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](./LICENSE.txt) for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
onnx-red-chainer-0.1.2 | README.md |
onnx-red-chainer-0.1.1 | README.md |