Toby Roseman

Results 543 comments of Toby Roseman

@cnpcshangbo - `profiler::_record_function_enter_new` is a separate op. So please create a new GitHub issue for supporting that op. In your issue please include steps to reproduce the problem.

Since I have not heard anything here, I'm going to close this issue. If this has not been fixed by supporting a new version of scikit-learn, please let us know.

The demo code still fails with 6.3. Although the error is different: ``` ValueError Traceback (most recent call last) Cell In[1], line 11 8 model.summary() 10 import coremltools as ct...

@zobertke - That looks good. Thanks for sharing. If you don't mind writing some [unit tests](https://github.com/apple/coremltools/blob/main/coremltools/converters/mil/frontend/torch/test/test_torch_ops.py), please put up a pull request.

@xmany - Python 3.11 is not currently supported, but will be soon. We're tracking that issue in #1730

@anentropic - thanks for the information. You are correct this has now been fixed.

> Unless I am missing something, `coremltools` currently only supports `torch.nn.functional.unfold`. It would be pretty great to have the more general `Tensor.unfold` too though. Yes, I think that's correct; `Tensor.unfold`...

In my experience, errors like this can usually be ignored. The installation of TuriCreate is probably fine. Try using TuriCreate in this environment.

Do you get an error message when you run `!pip install turicreate`?

> Does coremltools support torch.inverse now? Coremltools does not support this PyTorch op. I don't think there is any reasonable way to compute the inverse of a matrix using [the...