Hi,
I trained InceptionV3 model using Keras 2.0.6 and tensorflow as backend(removed and retrained the top layer). It predicts 3 classes on which was retrained. The model works fine when loaded & tested using Python script directly.
I later managed to convert this model to .mlmodel format using coremltools v0.4.0.
But the model is giving weird predictions when used in an iOS app. I have checked using the same images in Python to test the model directly but the results are wrong in iOS.
Can someone help please?
Thanks,
Rishi