Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Ask Question
I have created a mlmodel with Playground and imported into my Xcode project though when it runs I'm getting this error.
The error is also flagged here in the code of the mlmodel.
ObjectClassifier[24610:8307770] [coreml] MLModelAsset:
modelWithError: load failed with error Error Domain=com.apple.CoreML
Code=3 "No known class for loading model type
MLModelType_pipelineClassifier" UserInfo={NSLocalizedDescription=No
known class for loading model type MLModelType_pipelineClassifier}
Why would the code that is automatically created when making the mlmodel in the playground be causing this error?
–
–
–
–
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.