Post

Replies

Boosts

Views

Activity

Reply to Core ML model initialization hangs with iOS 15
I just ran into the same thing. My guess is this is a bug in the CoreML compiler or on-device scheduler, where it tries to put part of the network onto the Neural Engine, even though it contains convolutions that need more memory than the Neural Engine can handle.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Core ML Missing Metadata "inputSchema"
This was recently acknowledged as an Xcode 13 bug here: https://github.com/apple/coremltools/issues/1301
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to CoreML model compiled with Xcode 13 crashes on pre-iOS 15 devices
Perfect, thank you for the quick reply and excellent workaround! Much appreciated!
Replies
Boosts
Views
Activity
Sep ’21