Skip to content

Latest commit

 

History

History

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

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.