-
### 🐛 Describe the bug
I'm currently working on creating an example for ExecuTorch with `EfficientSAM`. I've developed a runner that successfully exports the model in `pte` format. However, I'm encou…
-
-
## ❓Question
I am trying to convert an LSTM based model from tensorflow to CoreML to be used in a MacOS application. Despite of looking at hundreds of examples in documentation, and spending two da…
-
Very excited for this new package. Base package installed using python 3.8.6 executable in ~/.pyenv/versions/3.8.6/bin/python
I successfully tested the package with the tensorflow tutorial found h…
-
I'm trying to deploy a multi-model tool for mouse behavior classification on Linux, Windows & Mac. For Linux, I use tensor flow 1.15 directly, with Cuda drivers to access the GPU(s). For Mac, I tran…
-
Could have multiple export types as well:
* PyTorch -> CoreML (for iOS)
* PyTorch -> ONNX Web Runtime (for web)
More:
- [ ] Should be able to run `python export.py` for a model of multiple kind…
-
On coremltools@b3.0, converting Scikit-KNN model into MLModel doesn't work as expected. The converter doesn't supports sparse matrix, but is able to convert a dense matrix.
KNN models are formatte…
-
(Splitting out this discussion from #17; putting it here to document what I tried in case someone else wants to follow up)
I attempted to convert the `gte-small` model from HuggingFace from pytorch…
roblg updated
6 months ago
-
Hello again:)
I truly appreciate your help and am very sorry taking your time.
your input toward this error will be very helpful to me.
the error raises here while it wanted to concatenate:
`rnn…
-
**bug描述**
在转化coreml过程中,如果代码中存在pytorch双线差值上采样,在ios13上会报错,在ios14上可以顺利执行。
**如何复现**
复现步骤:
```python3
# -*- coding:utf-8 -*-
import torch
from torch.nn import functional as F
class MyModule(t…