I've created a small sample program to test CoreML. Basic idea is to combine the results of several models for example VGG16 and Resnet50.
When I try to compile my project I'm getting this error:
Is it possible to use two or more model files in one project? If I remove one of the mlmodel files it compiles.