[LEGACY] Model Conversion Tutorials#

Danger

The code described in the tutorials has been deprecated! Do not use it to avoid working with a legacy solution. It will be kept for some time to ensure backwards compatibility, but you should not use it in contemporary applications.

This guide describes a deprecated conversion method. The guide on the new and recommended method can be found in the Python tutorials.

This section provides a set of tutorials that demonstrate conversion methods for specific TensorFlow, ONNX, and PyTorch models. Note that these instructions do not cover all use cases and may not reflect your particular needs. Before studying the tutorials, try to convert the model out-of-the-box by specifying only the --input_model parameter in the command line.

Note

Apache MXNet, Caffe, and Kaldi are no longer directly supported by OpenVINO.

You will find a collection of Python tutorials written for running on Jupyter notebooks that provide an introduction to the OpenVINO™ toolkit and explain how to use the Python API and tools for optimized deep learning inference.