apple / coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
https://coremltools.readme.io
BSD 3-Clause "New" or "Revised" License
4.35k stars 628 forks source link

Is there a way to load a .mil file into a pymil object? #2348

Closed ColdCodeCool closed 1 week ago

ColdCodeCool commented 1 week ago

❓Question

TobyRoseman commented 1 week ago

There's no way to do that exactly. You can pass MIL code as the first parameter to coremltools.convert with source=milinternal