-
when I run the demo utorials/examples/CoreML/ONNXLive/,step by step,I convert onnx model to coreml model,
`python onnx_to_coreml.py ./saved_models/candy.onnx ./saved_models/candy.mlmodel`
I shows …
-
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues.
If …
-
Hi @Ma-Dan , a few conversion question confused me. pls share your experience.
**1.Run yolcat code with ONNX and CoreML converter to convert to ONNX model (WITHOUT priors layer).**
Q: I converted on…
-
During
```
coreml_model = tfcoreml.convert(
tf_model_path=frozen_model_file,
mlmodel_path=coreml_model_file,
input_name_shape_dict=input_tensor_shapes,
output_fe…
-
```python
import numpy as np
import torch
from transformers import AutoTokenizer, AutoModel
import coremltools as ct
name = "sentence-transformers/all-mpnet-base-v2"
length = 384
sentence =…
-
## 🐞Bug Description
Hi using opset_version=11, I'm trying to convert Architecture with
Upscaling Layers and ReflectionPad2d from Pytorch to CoreML
## Trace
1/214: Converting Node Type Sub
…
-
When converting to CoreML, I get the following error
```
Traceback (most recent call last):
File "scripts/caffe2coreml2onnx.py", line 41, in run
convert_model(model_name, path)
File "sc…
-
Hey, I keep getting this error while using convert.py. Any idea on how to fix it?
`Traceback (most recent call last):
File "convert.py", line 56, in
image_scale = 2./255)
File "/usr/loc…
-
## 🐞Describe the bug
A clear and brief description of what the bug is.
## Trace
If applicable, please paste the error trace.
```
----------------------------------------------------------------…
-
I ran the first command provided (to do some sanity checking of my setup since I usually get very high output errors for larger models like LLMs) and I get an output validation error.
I've made sur…