Toby Roseman
Toby Roseman
In this example `len(inputs)` is `2`. Both the inputs are tensors and they have the same shape. ``` ipdb> p inputs [, ] ipdb> p inputs[0].val array([[-290, 2, 4, ...,...
Given our current set of [MIL ops](https://apple.github.io/coremltools/source/coremltools.converters.mil.mil.ops.defs.html), I don't think there is a good way to implement this one: https://pytorch.org/docs/stable/generated/torch.fft.rfftn.html If anyone has any ideas, please share.
@RahulBhalley - Thanks for the suggest. I've created an internal issue.
Our support for Torch Script is experimental. If you can trace your model, please do that. Is this still an issue if you use our latest beta release? You can...
Your colab notebook is quite long and complicated. Can you figure out a minimal example that reproduces this issue?
Thanks for the smaller example. With TensorFlow 2.8.0 (the newest TensorFlow version we support) and coremltools 6.0b1, I get a different error message and stack trace: ``` File ~/miniconda3/lib/python3.9/site-packages/coremltools/converters/_converters_entry.py:426, in...
I'm a little confused here. I'm sure I understand all your questions. If you're getting the error: `ModuleNotFoundError: No module named 'torch'`, this is a problem with your environment. `torch`...
Support for the `new_zeros` PyTorch layer type was added in our latest beta. To install this beta, run: ``` pip install coremltools==6.0b1 ``` I've never seen the other PyTorch related...
Hi @bigmindapp - This issue has been a bit chaotic. What exactly is the current issue? Can you share a stack trace and error message? Also, in order to help...
@NeighborhoodCoding - The problem here is not clear. Can you give us a minimal example to reproduce the issue?