-
## ❓Question
in `_make_coreml_output_features` in `converter.py` you don't allow shape of 2 (B, C), why is it? this is quite common in classification networks (such as mobileNet).
-
I get this error when trying to convert `gpt2`
```
/site-packages/coremltools/converters/mil/mil/input_type.py", line 162, in validate_inputs
raise ValueError(msg.format(name, var.name, input…
-
## 🐞Describing the bug
- Trying to convert this Pytorch [lama model ](https://github.com/mallman/CoreMLaMa) to CoreML, and it does work fine when the model uses Fixed Input size. However, when I want…
-
As revealed in the issue #13965 currently only 12 operators are supported to convert from MXNet to CoreML.
```
'FullyConnected' : _layers.convert_dense,
'Activation' : _layers.convert_a…
-
When I first run:
bazel-bin/tensorflow/tools/quantization/quantize_graph --input=/Users/icarus/Documents/icarusCode/Python/neural-style-transfer/fast-style-transfer-coreml-master/fast_style_transfe…
-
i trained a 1 class tiny yolo model on a custom dataset ([https://github.com/experiencor/kangaroo](https://github.com/experiencor/kangaroo)) using this repo [https://github.com/experiencor/keras-yolo…
-
## 🐞Describing the bug
- Make sure to only create an issue here for bugs in the coremltools Python package. If this is a bug with the Core ML Framework or Xcode, please submit your bug here: https://…
-
## 🐞Describing the bug
## Stack Trace
```
root@lambda-server:~/share/Wav2Lip# python trans.py
Load checkpoint from: ./checkpoints/wav2lip.pth
XGBoost version 1.7.5 has not been tested with cor…
-
Hi! When trying to convert a fine tuned Ollama model with the following options:
`python -m exporters.coreml --use_past --compute_units all --preprocessor tokenizer --model=./merged_finetuned_open_ll…
-
Here the model generation shows how to convert gpt2 model specifically to mlmodel. How to apply this to other models like pretrained bert and xlnet? please help.