Dear all,
I am in the process of doing the Core ML module by Micah.
When I made my own trained model using the sample data in lesson 5, it did not work once loaded into Xcode, the debugger just reports the catch blocks:
Could not classify animal
Invalid image
The App then crashes as it is stuck in the while loop that is waiting for results in the results array.
I downloaded the completed Xcode project file from the resources page and switched the ML model from MobileNetV2 to CatOrDog 1 and even this doesn’t work.
Not sure what’s gone wrong.
I’m using Xcode 14.0.1, iPhone 14 simulator using iOS 16.0, not sure if that’s relevant.
Thanks very much in advance,
Tim