Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuacwnewton/onnx-to-tflite

Converting the ONNX model representation to the TensorFlow Lite representation.
https://github.com/joshuacwnewton/onnx-to-tflite

deep-learning machine-learning matlab neural-network onnx onnx-tf tensorflow tensorflow-examples tensorflow-lite tensorflow-tutorials tflite

Last synced: about 1 month ago
JSON representation

Converting the ONNX model representation to the TensorFlow Lite representation.

Awesome Lists containing this project

README

        

## ONNX to TFLite Conversion

ONNX is an open format built to represent machine learning models. This notebook demonstrates the conversion process from an **ONNX** model _(exported from MATLAB)_ to a **tflite** model _(to be used within TensorFlow Lite, on an Android or iOS device.)_ In addition to conversion, this notebook contains cells for running inference using a set of test images to validate that predictions remain consistent across converted models.

> **Note:** TensorFlow's API is constantly evolving. This notebook was written in November of 2019, during the transition period from TF 1.X to TF 2.X, so it is likely that relevant APIs will have updated since.