Toby Roseman

Results 543 comments of Toby Roseman

Currently we handle the `empty` op by just aliasing it to the `zeros` op. To solve this issue, we could probably just alias `new_empty` to `new_zeros`. We already support `new_zeros`....

@RahulBhalley - Thanks for letting us know that works. Let's leave this issue open until we have this fix in `main`.

Thanks for the bug report. I can reproduce this issue using your code.

> @TobyRoseman Do you plan to solve this bug in the next release? > Otherwise, could you guide where I should look for solving this? I don't have any immediate...

Your code to convert the traced model looks good to me. Please note that our support for PyTorch Scripting is experimental. So I would definitely recommend using traced models if...

I have never seen this error before. @PigletOS - can you give us steps to reproduce this problem?

Related to #1338 @braindevices - in order to help we need steps to reproduce the problem. Where did you get your model from? What code are you running to load...

At least for for linear regression, it seems to work fine with the most recent version of Scikit Learn (0.24.1) if you just update [the max supported version](https://github.com/apple/coremltools/blob/1931758aae383c83daddfc56f11a24a9d2bf4b87/coremltools/_deps/__init__.py#L40).

I have not seen this issue before. It sounds like you have a layer of type `pythonop` in your model and we haven't implemented a way to convert that type...

Can anyone share simple steps to reproduce this issue?