Toby Roseman

Results 543 comments of Toby Roseman

I don't know. This could be a GitHub Actions issue. Does the issue consistently reproduce in GitHub Actions?

I don't know. Your code looks good to me. If your code works locally, I don't think it's a problem with Core ML or coremltools. If it always fails in...

Since we have not heard back here, I'm going to close this issue. If we ever get the requested information, I'll reopen.

@TimYao18 - can you give us a minimal example (standalone code we can just copy and paste)?

This isn't standalone or minimal. It uses two external packages and a full sized model. Ideally, we'd have something that could be used as a unit test.

This is also an issue when converting to `mlprogram`. Specifying the input sizes does not help either, i.e. converting with the following does not help: ```python model = ct.convert( scripted_model,...

An absolute tolerance of `1e-5` and relative tolerance of `1e-4` is too low for a model of this size. The output of the Core ML model and PyTorch model are...

Since we have not received steps to reproduce this problem, I'm going to close it. If we get steps to reproduce it, I'm happy to reopen.

Using tip of `main`, the code still does not work but the error message and stack trace has changed: ValueError: tensor should have value of type ndarray, got instead ```...

Coremltools 6.2 [includes support for PyTorch's `fft_rfftn` op](https://github.com/apple/coremltools/blob/13b69cc9ae05bce830a922b2dbb66843635aa72b/coremltools/converters/mil/frontend/torch/ops.py#L5543-L5548). Thanks @junpeiz for adding that.