I have a Image Classification problem (black and white stick figures) The issue is that two classes never get inferred.
The training dataset has 500 classes with 100 or more (299x299,1) samples per class. The classes that fail to be recognized have been augmented from 100 samples to 140+ samples. Most recently I have trained CreateML with autosplit, but have used a separately generated Validation dataset. No difference in results. The internal "FeaturePrint" model in CoreML just seems to refuse to recognize these two glyphs.
Of note, a simple TensorFlow/Keras model (8 layer CNN/ANN) works just fine for all classes. However, the tf model has poorer performance on untrained, 'wild' input images, and the tf model when converted to ML format for deployment is 160 MB, whereas the CreateML model is 8 MB.
Any suggestions on wrangling CreateML?