Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.23.3
PaddlePaddle to OpenVINO™ IR Tutorial
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.