-
Hi Team,
Am getting below error while connect flask api using pickle file. In pm2 logs finds below
\sample-bot\katana-assistant\mlmodels\katana-assistant-endpoint.py", line 68, in
graph = tf.…
-
I was wondering if its possible to support the conversion of the Pythia models to coreml. Naively I ran `python -m exporters.coreml --model=EleutherAI/pythia-1b-deduped mlmodels/pythia-1b-deduped-expo…
-
## 🐞Describing the bug
While I am able to import and use coremltools==4.1 in my environment, version 6.1 give me this error instead.
```
ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' …
-
## 🐞Describe the bug
I made changes to my model so I could use the recommended unified convertor. Conversion is successful without issue and shows that flexible shapes are supported (in both Python a…
-
**Describe the bug**
After soft deleting mlModel entity still appears on UI despite what the docs say [here](https://datahubproject.io/docs/metadata-service/#soft-deleting-an-entity).
**To Reprodu…
-
Hi!
I thought about adding couple more embedding models and wanted to do that via Exporters tool to convert them from HF to CoreML (Zach, I assume you did it via that tool also), but couldnt figur…
-
Hi,
I am having issues exporting the following model to CoreML. Below is the model in Keras.
` model = Sequential()
model.add(TimeDistributed(Convolution2D(16, 3, 3, border_mode="same", activ…
-
**Describe the bug**
A clear and concise description of what the bug is. To avoid repetition please make sure this is not one of the known issues mentioned on the respective release page.
I am try…
-
## 🐞Describe the bug
Any model that I try to convert using the ONNX converter does not work with flexible shape or shape ranges. The minimal model below only uses two Conv2d layers and reproduces the…
-
**Describe the bug**
Running `./pants tailor ::` in our repo fails with:
```
Engine traceback:
in select
in pants.core.goals.tailor.tailor
in pants.backend.python.goals.tailor.find_putat…