Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Latest commit

 

History

History
 
 

nnef_tools-pyproject

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NNEF Tools

This package contains a set of tools for converting and transforming machine learning models.

Dependencies

The python package supports extras for different functionalities:

Functionality Extra Additional packages
TensorFlow Protobuf conversion tensorflow-protobuf tensorflow
TensorFlow Lite conversion tensorflow-lite tensorflow, flatbuffers
ONNX conversion onnx protobuf, onnx, onnx-simplifier, onnxruntime
Caffe and Caffe2 conversion caffe protobuf, torch
Visualization of NNEF models visualization graphviz
Full install full all packages listed above

Installing ONNX and Caffe dependencies (for reference):

pip install nnet_tools[onnx, caffe] 

Usage

Python package usage