Skip to content

Latest commit

 

History

History
 
 

119-tflite-to-openvino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

TensorFlow Lite to OpenVINO™ Model Conversion Tutorial

Colab

This tutorial explains how to convert TensorFlow Lite models to OpenVINO IR. The notebook shows how to convert the EfficientNet Lite B0 model and then classify an image with OpenVINO Runtime.

Notebook Contents

The notebook uses model conversion API to convert model to OpenVINO Intermediate Representation format.

Installation Instructions

This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start. For details, please refer to Installation Guide.