Summary
Method to obtain the IR v10 format.
Description
- Converted an ONNX* model into IR using the following command:
mo --input_model model.onnx
- The model fails to convert into IR v10 and instead is converted to IR v11.
Resolution
OpenVINO™ Toolkit 2022.1 release provides backward compatibility support for reading IR v10 model. However, it is impossible to convert the model into an older IR v10 using the new OpenVINO™ Toolkit 2022.1 release.
Convert models into legacy IR v10 model using Model Optimizer from OpenVINO™ Toolkit 2021.4.2 release.
Additional information
Refer to the Release Notes.