This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
onnx-coreml 1.0
This release introduces support for more layers and operators which can be found here. This release adds support for new layers introduces in Core ML 3.
- Added the argument
target_ios
to choose the Core ML spec version that is produced by the converter.target_ios='13'
will enable the converter to use all the new layers added in Core ML 3. - Added custom_conversion_function option where users can provide their own custom conversion function. Please check example here.
- Supports new model specification version 4 with target iOS 13 or later.
- Find examples for converting PyTorch models into Core ML format here.
Any questions or concerns related to this release can be submitted as an issue and will be review by the team. All comments are welcomed and will be used to improve the existing documentation.