You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
onnx-coreml package is no longer supported and will not be maintained.
PyTorch Models
For converting PyTorch models to CoreML format, the recommended approach is to use new PyTorch to Core ML converter, introduced in the coremltools 4.0 python package.
Please read the coremltools documentation on PyTorch conversion for example usage.
ONNX Models
Code for ONNX to Core ML conversion is now available through coremltools python package and coremltools.converters.onnx.convert is the only supported API for conversion. To read more about exporting ONNX models to Core ML format, please visit coremltools documentation on ONNX conversion.
Note: ONNX converter is not under any active feature development. For access to bug fixes, community support and requests, please use coremltools github repository.
Installation
To install coremltools package, please follow these instructions in the coremltools documentation.