# 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](https://nnabla.readthedocs.io/en/latest/python/file_format_converter/file_format_converter.html)
Raw data
{
"_id": null,
"home_page": "https://github.com/sony/nnabla",
"name": "nnabla-converter",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "NNabla File Format Converter",
"author": "Takuya Narihira, Sony Corporation",
"author_email": "nnabla@googlegroups.com",
"download_url": null,
"platform": null,
"description": "# File Format Converter \n\nnnabla-converter enables you to convert NN models. Currently we are supporting following models:\n\n* nnp (model file for nnabla and Neural Network Console)\n* nnb (model file for nnabla c runtime)\n* source code for nnabla c runtime\n* ONNX\n* Tensorflow (saved model, checkpoint, and frozen graph)\n* TFLite\n\n## Install\n\nBefore using nnabla-converter, please use command `pip install nnabla_converter` to install nnabla_converter.\n\n## How to use\n\n```\n$ nnabla_cli convert [input model] [output model]\n```\nThe model file is associated with the extension.\nConvert from nnp to onnx: `nnabla_cli convert input.nnp output.onnx`\nConvert from nnp to tflite: `nnabla_cli convert input.nnp output.tflite`\nand so on.\n\nFor detail instruction and limitation see [Documentation](https://nnabla.readthedocs.io/en/latest/python/file_format_converter/file_format_converter.html)\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "NNabla File Format Converter",
"version": "1.39.0",
"project_urls": {
"Homepage": "https://github.com/sony/nnabla"
},
"split_keywords": [
"nnabla",
"file",
"format",
"converter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c924865565864f6166d7afe489b0a02d150474c3047395d9f3ee8d6c64fd49f3",
"md5": "6b8c794914c68614a3cc9d126129f5c3",
"sha256": "afe3d9ddb75c637197c20f8a8d4f3c727fe729ddedf881c20251d70150ccf40a"
},
"downloads": -1,
"filename": "nnabla_converter-1.39.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6b8c794914c68614a3cc9d126129f5c3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3231710,
"upload_time": "2024-05-29T02:51:46",
"upload_time_iso_8601": "2024-05-29T02:51:46.396014Z",
"url": "https://files.pythonhosted.org/packages/c9/24/865565864f6166d7afe489b0a02d150474c3047395d9f3ee8d6c64fd49f3/nnabla_converter-1.39.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-29 02:51:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sony",
"github_project": "nnabla",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "nnabla-converter"
}