Closed hemangshah closed 7 years ago
Step by step:
Thanks! 💯
So how CoreML framework would work with this mlmodels?
Xcode generates special class with input and output format. You can see it if you click on .mlmodel in Xcode:
All you need to do in the app is initiate model class and call prediction(input:)
function.
That class has only 70 lines of code and the thing is I am not getting how exactly a CoreML work with that mlmodel to understand an object?
Do you want to now how trained model predicts any output or how Core ML use .mlmodel file?
How CoreML use .mlmodel file? Yes, I can see the generated source code, but what is the internal work of CoreML framework?
I guess, Core ML in depth WWDC session will help you 🚀
I am seeing "Inceptionv3.mlmodel" file inside the "CoreML" group. I am sure that the answers are coming from that 91mb mlmodel file.
Few questions:
P.S. Here this file means, mlmodel file.