Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nnabla-converter

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nnabla-converter

NNabla File Format Converter

  • 1.39.0
  • PyPI
  • Socket score

Maintainers
3

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc