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.
pip install decoreml
- Double click your
.mlpackage. Generate aPerformance Reportfor your CoreML model using XCode.
-
deCoreML should automatically find your generated analytics file, so simply run:
decoreml -
Check your report!