Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

onnx-coreml 1.0

Compare
Choose a tag to compare
@bhushan23 bhushan23 released this 08 Oct 22:44
· 34 commits to master since this release
842d0b1

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.