Skip to content

Files

Latest commit

1c8bbd1 · Jan 23, 2024

History

History
This branch is 1293 commits behind latest.

103-paddle-to-openvino

PaddlePaddle to OpenVINO™ IR Tutorial

Binder Colab

PaddlePaddle Classification

This notebook shows how to convert PaddlePaddle models to OpenVINO IR.

Notebook Contents

The notebook uses model conversion API to convert a MobileNet V3 PaddleClas model, pre-trained on the ImageNet dataset, to OpenVINO IR. It also shows how to perform classification inference on an image, using OpenVINO Runtime and compares the results of the PaddlePaddle model with the OpenVINO IR model.

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.