-
hi, all,
has anyone succeed to convert mobilenetv3 onnx to coreml yet? I found it will get `Error while converting op of type: Conv. Error message: provided number axes -1 not supported` error.
…
-
Hello,
Thanks for doing this package, I love playing with Stable Diffusion, and bringing it into my apps is even funnier.
But I struggle to get results out of it...
I'm a complete beginner w…
-
After the step of convert the ONNX models to CoreML models it appears this to me:
(venv) Edgars-MacBook-Pro-152:fast_neural_style edjust$ python onnx_to_coreml.py ./saved_models/candy.onnx ./saved_…
-
Hello. I am using a M1 MacBook Pro with python 3.10.12 installed with pyenv in zsh. I was attempting to build CoreML "large" model, and after starting the script, it output this.
```
whoami@MacBook…
-
warnings.warn('No training configuration found in save file: '
0 : input_1,
1 : convolution2d_1,
2 : batchnormalization_1,
3 : leakyrelu_1,
4 : maxpooling2d_1,
5 : convolution2d_2,
6 : ba…
-
Hi there,
I know uform can export as CoreML (https://huggingface.co/unum-cloud/uform-coreml-onnx/tree/main), but as an iOS developer without machine learning background, it's little hard for me to …
-
Hi, I am trying to setup your project and setup.sh script fails with next error for every model:
```
Preparing models for conversion
/Users/teologov/torch/install/bin/lua: /Users/teologov/torch/ins…
-
Hi there I am following instructions to get CoreML working on Apple Silicon M1.
after I get everything going and trying to transcribe the jfk sample, I only get a wrong transcription:
```
[00:0…
-
I discovered that the expected number of arguments to `cumsum` op in coremltools might be wrong while exporting PyTorch module to *.pte file (executorch). See https://github.com/apple/coremltools/blo…
-
Is it possible to convert a fine-tuned model from HF to work with CoreML? It appears the included script only works with the base models.