Questions tagged [mlmodel]

98 questions
0
votes
1 answer

coremltools Pipeline input node not connected to rest of model

I've built an Encoder/Decoder model (in PyTorch), saved as two separate mlmodel objects. I want to put these together in a coremltools.models.pipeline, for efficiency purposes. With the two input models saved to disk, this is what I use to build the…
jbm
  • 1,248
  • 10
  • 22
0
votes
1 answer

I am trying to convert .pb file to .mlmodel file. I am getting an error "Tensorflow graph does not contain a tensor with this name"

I tried using tfcoreml and the error is : Loading the TF graph... 2018-12-05 11:16:50.591360: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Graph…
Unmesh
  • 3
  • 3
0
votes
1 answer

How to reduce a Core ML Model for an iOS app?

I have a model that's almost 500mb that a client wants to implement into their iOS app. HOW IN THE WORLD is a model like this implemented, with it being the size it is? It seems to be a fairly popular model, but there is no documentation or posts…
tman091
  • 483
  • 1
  • 6
  • 17
0
votes
1 answer

How To Get Bounding Box Data For Created mlmodel With Playground

We created a mlmodel with playground like https://developer.apple.com/documentation/createml/creating_an_image_classifier_model. Then we used following code to get bounding box data of objects in that mlmodel. But in "results" we can get just…
Hope
  • 2,096
  • 3
  • 23
  • 40
-1
votes
2 answers

Core ML Fetching decryption key from server failed

I have an app with encrypted core ML model. App was working fine and was decrypting model properly. After app update on my device it has started giving following error [coreml] Could not create persistent key blob for…
Amit
  • 69
  • 1
  • 1
  • 7
-2
votes
1 answer

How can i write code uploadfile and imgclassification in Blazor

i want to wknow how to write code upload file with imgclassification and let them show result together. pls i just start watch some cilp in youtube but it another version.
Masuda
  • 1
-2
votes
1 answer

Download And Save File From URL in Swift

I'm trying to... download a file (an MLModel) from a server save that file to the device re-launch the app use the URL (path) that the file was saved to, to access the downloaded file.. so I don't have to re-download it every time the app…
Ungraceful
  • 67
  • 1
  • 9
-2
votes
1 answer

Python Custom Model in Azure ML Studio Environment Error 0085, Works fine in Local Environment

Azure ML Studio Environment throws the below error while consuming the pickle file from the custom python model. Where the python local model, pickle file works fine with the local environment, but not in Azure ML Studio Environment Error 0085: The…
1 2 3 4 5 6
7