NNabla File Format Converter
Project description
File Format Converter
nnabla-converter enables you to convert NN models. Currently we are supporting following models:
- nnp (model file for nnabla and Neural Network Console)
- nnb (model file for nnabla c runtime)
- source code for nnabla c runtime
- ONNX
- Tensorflow (saved model, checkpoint, and frozen graph)
- TFLite
Install
Before using nnabla-converter, please use command pip install nnabla_converter
to install nnabla_converter.
How to use
$ nnabla_cli convert [input model] [output model]
The model file is associated with the extension.
Convert from nnp to onnx: nnabla_cli convert input.nnp output.onnx
Convert from nnp to tflite: nnabla_cli convert input.nnp output.tflite
and so on.
For detail instruction and limitation see Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for nnabla_converter-1.32.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3d2b75ad425cb511939f4112a4dbed0244fdd984151761c1b9f8c12728d38cf |
|
MD5 | 0c97b809eff548a6b5b924f599dc86d3 |
|
BLAKE2b-256 | 3dcb3ecd9e7afc24b828fb56d1f59e72630685bf7d108d58df99e851c8819f90 |