python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use CoreML model output MLMultiArray
I need to parse the results in the output of prediction from a CoreML model.
I can see that the type of output is MLMultiArray, but when I use the type within my code like this:
let a = MultiArray<...

Franva
Votes: 0
Answers: 1
CoreML fails to predict: Input Image size does not match
I created a Model using CreateML Style Transfer template, the output tab shows, input/output image size 512x512, But I am capturing the video at 1080x1920. When I try to Stylize the image it gives me ...
K_Mohit
Votes: 0
Answers: 0
How copy an NSArray into MLMultiArray in Swift?
I have an NSArray of size (1, 5, 401) from a plist file. I want to copy that into MLMultiArray of the same shape and then pass it to a CoreML model in Swift. How can I copy the values from NSArray to ...
user3157047
Votes: 0
Answers: 0
MLMultiArray in CoreML
This is my first time trying to us CoreML and I am a little stuck on what to do. I built a model in python with Keras and Tensorflow that would take in information from a .csv file, break down that .c...
allenhinson214
Votes: 0
Answers: 1