FL33TW00D / deCoreML

Find out why your CoreML model isn't running on the Neural Engine!
23 stars 2 forks source link

deCoreML 🍎

Analyse your CoreML models & unlock the Neural Engine!

PyPi Release

decore

Getting Started

deCoreML is a simple CLI for CoreML models that provides insights on estimated performance for different backends & why operations may not be able to run on the ANE.

Installation

pip install decoreml

Getting Started

  1. Double click your .mlpackage. Generate a Performance Report for your CoreML model using XCode.

    performance_report
  2. deCoreML should automatically find your generated analytics file, so simply run: decoreml

  3. Check your report!