Toby Roseman
Toby Roseman
How are you converting the model? Please share your code which uses coremltools.
Thanks for the smaller example. That's very helpful. I can reproduce this issue using TensorFlow 2.5 However the latest version of TensorFlow that we support is 2.3.1. It looks like...
Sorry @netanellavisdris - no updates. This is related to #1537.
You get an error when you run `pip install tensorflow==2.2.0 h5py==2.10.0 coremltools pillow`, is that correct? That command works fine for me. What error do you get? What version of...
Coremltools does not yet support Python 3.10, see #1484. Also the pinned versions for the other packages don't support Python 3.10 either. That TensorFlow version doesn't even support Python 3.9....
> Note: it looks like this _generally_ works, but also SAME convolution breaks when I do this - it seems SAME expects to know the input dimensions at compile time...
We're already tracking support for PyTorch inverse in #958. Are there other PyTorch linear algebra routines you would like to see supported? You also mentioned TensorFlow. What linear algebra methods...
Ok, so you would also like support for [torch.svd](https://pytorch.org/docs/stable/generated/torch.svd.html), is that correct?
Using your code I can reproduce both issues using coremltools 5.2.
@baaj2109 - When I try to run the example code, I get the following error: `NameError: name 'upscale_factor' is not defined`. Please update your example code. Also what version of...