I am trying to create a handwritten digit recogniser that uses a core ml model. I am taking the code from another similar project: https://github.com/r4ghu/iOS-CoreML-MNIST
But i need to incorporate my ml model into this project. This is my model:(Input image is 299x299) https://github.com/LOLIPOP-INTELLIGENCE/createml_handwritten
My question is what changes are to be made in the similar project so that it incorporates my coreml model
I tried changing the shapes to 299x299 but that gives me an error