Skip to content

Latest commit

 

History

History
 
 

103-paddle-to-openvino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

PaddlePaddle to OpenVINO™ IR Tutorial

Binder

PaddlePaddle Classification

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

Notebook Contents

The notebook uses [OpenVINO Model Optimizer 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.