Windows Machine Learning supports specific versions of the ONNX format in released Windows builds. In order for your model to work with Windows ML, you will need to make sure your ONNX model version is supported for the Windows release targeted by your application.
The below table summarizes all currently released versions of Windows ML and the corresponding ONNX versions supported.
If you are developing using Windows Insider Flights builds, please check our release notes for the minimum and maximum supported ONNX versions in flights of the Windows 10 SDK.
ONNX opset converter
The ONNX API provides a library for converting ONNX models between different opset versions. This allows developers and data scientists to either upgrade an existing ONNX model to a newer version, or downgrade the model to an older version of the ONNX spec.
The version converter may be invoked either via C++ or Python APIs. There is also a tutorial that provides several examples on how to upgrade and downgrade an ONNX model to a new target opset.
Note
Use the following resources for help with Windows ML:
To ask or answer technical questions about Windows ML, please use the windows-machine-learning tag on Stack Overflow.
To report a bug, please file an issue on our GitHub.