CREATE ML - ERROR!

I have follow apple official documentation and be able create an ImageClassifier.mlmodel using createMLUI but when I add it to the Vision + Coreml (apple app) it give me an error which is :

Thread 6: Fatal error: 'try!' expression unexpectedly raised an 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}


I have follow this apple document

https://developer.apple.com/documentation/create_ml/creating_an_image_classifier_model

Replies

You should move your question in ML forum. And maybe already find some answer here.


h ttps://forums.developer.apple.com/community/system-frameworks/machine-learning

I believe you are trying with IOS-11. I faced the same issue, then I tried with IOS12 device it works fine.

Yes this error would be raised on pre-iOS 12 versions. The ScenePrint feature extractor for the MLImageClassifier is only available on iOS 12.