-
## ❓Question
I want to use coremltools to help accomplish combining some separate coreml models to form a bigger one.
For example, **I have models: main.mlmodel, if_branch.mlmodel, else_branch.mlm…
-
## Background
Currently, models in ML-commons are widely used, particularly by pipelines and the agent framework. However, we lack a mechanism to detect if a model is being utilized by other servi…
-
**Is your feature request related to a problem?**
There are several types of downstream services dependent on **MLModel**. For example, several tools in agent framework (**MLModelTool**, **VectorDBTo…
-
#202
Currently openml mlmodel code is the model name.
We should find a better way to save the actual ML model code.
Normally, the actual code should be in the distribution. For some resources (e…
-
In our doc guide for [MLModel -> Updatable Models -> Pipeline Classifier](https://apple.github.io/coremltools/docs-guides/source/updatable-tiny-drawing-classifier-pipeline-model.html#get-the-embedding…
-
Has anyone successfully converted this model to CoreML?
I am unable to convert it due to the following error:
argument after ** must be a mapping, not Tensor
The code is as follows:
```
…
-
For testing purposes I am using my local file storage for storing MLflow artifact folder and not a remote storage such as S3 or GS. For that im creating a PVC and reference it to the `modelUri` parame…
-
**Is your feature request related to a problem? Please describe.**
I have multiple models trained on a dataset that have multiple labels. I disable all of them and enable one of them at a time, do th…
-
I followed [this tutorial to create a simple image classifier model](https://developer.apple.com/documentation/createml/creating-an-image-classifier-model).
I used 2 sets of images, with each set ha…
-
Thanks for your demo! It was helpful for me. However it works for only square image and doesn't support for any ratio. for example, it works for 320*320 but doesn't work for 320 * 300. What is the sol…