nnabla-converter


Namennabla-converter JSON
Version 1.38.0 PyPI version JSON
download
home_pagehttps://github.com/sony/nnabla
SummaryNNabla File Format Converter
upload_time2023-12-06 09:36:01
maintainer
docs_urlNone
authorTakuya Narihira, Sony Corporation
requires_python>=3.6
licenseApache License 2.0
keywords nnabla file format converter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "NNabla File Format Converter",
    "author": "Takuya Narihira, Sony Corporation",
    "author_email": "nnabla@googlegroups.com",
    "download_url": "",
    "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.38.0",
    "project_urls": {
        "Homepage": "https://github.com/sony/nnabla"
    },
    "split_keywords": [
        "nnabla",
        "file",
        "format",
        "converter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18d44ecf471a64e91518e390bd58fdf76abad6f7157c54e112587e8a10f758e4",
                "md5": "a052ac867bd17001c3f620a1e7973722",
                "sha256": "62c0fbf1153d1230d27bf07183577955ffa8a3b357647154148ca98d2512d903"
            },
            "downloads": -1,
            "filename": "nnabla_converter-1.38.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a052ac867bd17001c3f620a1e7973722",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3231707,
            "upload_time": "2023-12-06T09:36:01",
            "upload_time_iso_8601": "2023-12-06T09:36:01.408580Z",
            "url": "https://files.pythonhosted.org/packages/18/d4/4ecf471a64e91518e390bd58fdf76abad6f7157c54e112587e8a10f758e4/nnabla_converter-1.38.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 09:36:01",
    "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"
}
        
Elapsed time: 0.15681s