Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.2 KB

File metadata and controls

15 lines (8 loc) · 1.2 KB

TensorFlow to OpenVINO Model Conversion Tutorial

Binder

This tutorial explains how to convert TensorFlow models to OpenVINO IR. Inside the notebook we show how to convert the TensorFlow MobilenetV3 model and then classify an image with OpenVINO's Inference Engine.

Notebook Contents

The notebook uses OpenVINO Model Optimizer to convert the same MobilenetV3 used in the 001-hello-world notebook.

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.