Summary
Steps to convert a PyTorch* model into Intermediate Representation (IR).
Description
Unable to determine how to convert PyTorch Mask R-CNN model for the use with OpenVINO™.
Resolution
Steps to convert a PyTorch Model:
- Configure the Model Optimizer for ONNX
- Export PyTorch* model to ONNX*
- Convert ONNX* model to Intermediate Representation (IR).
Additional information
The Converting a PyTorch Model documentation covers the basics on steps to export PyTorch* model to ONNX* model. For more detailed information, refer to PyTorch Documentation.