onnx-coreml
onnx-coreml copied to clipboard
ONNX to Core ML Converter
Even though onnx contain needed input as tensor initializer: The model yields an error while converting: ``` Underlying exception message was: Error compiling model: "Error reading protobuf spec. validator error:...
## 🐞Describe the bug I have a pytorch model that has been convert to onnx model, and then when I convert onnx model to coreml with onnx-coreml ,the error occured...
I am trying to convert my .onnx model into CoreML. However when I try to run the script below I get this error: ``` ... 147/229: Converting Node Type Reshape...
## 🐞Describe the bug I'm training a neural network containing an embedding layer, a linear layer, a GRU, then followed with another linear and a logsoftmax. It's trained properly and...
Dear: When I use convert in onnx-coreml, segmentation fault (core dumped)arises. My model is A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention. My code is : ```python...
I have converted my pytorch model to ONNX and viewed my results. These images from ONNX are correct. (It is a segmentation model based of Unet with Mobilenet as backbone)....
## 🐞Describe the bug (1) I try to convert onnx model to mlmodel, but it's error: Error while converting op of type: BatchNormalization. Error message: provided number axes -1 not...
## 🐞Describe the bug In converting the PyTorch pretrained Progressive GAN model to CoreML (https://pytorch.org/hub/facebookresearch_pytorch-gan-zoo_pgan/), I am encountering a fatal error in the onnx to coreml conversion step. See below...
## This is my first ever gitHub post, so apologies if there are any inaccuracies in the post. Hi i am . following to tutorials to train a model for...
## 🐞Describe the bug A clear and brief description of what the bug is. I have posted all the code and test data to the repo: https://github.com/xu-wang11/SiamRPN-coreml.git * input: -...