Remix.run Logo
Show HN: CLI for working with Apple Core ML models(github.com)
32 points by schappim 4 hours ago | 2 comments
dsrtslnd23 an hour ago | parent [-]

Does this handle conversion and quantization from PyTorch? Or is it strictly for running existing Core ML files?

schappim 33 minutes ago | parent [-]

Nope, but Apple released the python lib "coremltools"[1] and it can do the conversion. It supports the conversion of PyTorch, TF/TF Lite, ONNX etc...

1. https://pypi.org/project/coremltools/