I've converted model from keras with coremltools, added it to project and added to targets. And then when i'm pressing on model in navigator in Model Class section i'm getting "Model class has not been generated yet.". What does it mean?
Coreml: Model class has not been generated yet
2.3k Views Asked by mirt At
4
There are 4 best solutions below
1

It means you first need to build your project (Cmd+B). The model class is generated as part of the build process.
Cited from apple dev forum: