Questions tagged [createmlui]
6 questions
24
votes
6 answers
No such module "CreateMLUI"
I am using macOS Mojave Beta (10.14 18A293u) and Xcode 10.0 Beta (10L176w). I created a Swift Playground and I am unable to import CreateMLUI framework in order to use it. I keep getting an import error.
I have tried creating both an iOS Playground…

David Cruz
- 2,995
- 3
- 28
- 41
2
votes
1 answer
CreateML App - Export trained mlmodel for use in app dev
Does anyone know how to export a trained mlmodel from Apple's Create ML App - the one that comes with XCode in Catalina

ina
- 19,167
- 39
- 122
- 201
1
vote
0 answers
'unexpected error' while training Object Detection model - CreateML
I've been attempting to train an object detection model through CreateML to incorporate into my iOS application, however I am running into an issue that occurs somewhere near the 300th iteration of the training. I receive a pop-up saying "Unable…

klamont
- 51
- 1
- 5
1
vote
1 answer
Swift Playground Import CreateMLUI failure Xcode 12.4 BigSur
This has been a problem for people for at least two years, but the old suggestions/fixes do not apply now. I am trying to import CreateMLUI into a playground. It fails. I am using Xcode 12.4 Release (12D4e) on Big Sur 11.1 and the playground is set…

BlueskyMed
- 765
- 7
- 24
0
votes
0 answers
while creating coreML model i have the error..."Unable to open output backtrace file."
I am creating a Coreml image classifier, during training i get an error saying that "Unable to open output backtrace file.". I have a sneaking suspicion that this is due to the large amount of files...anyone else had this issue?

Rory Rozzer Hodgson
- 69
- 10
0
votes
1 answer
CreateML results are awful at app while it's perfect in playground
I am trying to train MLModel with image classification. I created an app to create images to use as training data(at the end the same process will be used to get predictions).
I get CVPixelBuffer from AvCaptureSession, convert it to UIImage and save…

ysnzlcn
- 558
- 6
- 18