Toby Roseman

Results 543 comments of Toby Roseman

Additional changes will almost certainly be needed to support Python 3.12. Although PyTorch supports 3.12, TensorFlow doesn't curently support Python 3.12. I don't think it makes sense for us to...

CI run: https://gitlab.com/coremltools1/coremltools/-/pipelines/1211036648

There also doesn't seem to be a Keras version 3.1: https://pypi.org/project/keras/#history That also causing problems, example: https://gitlab.com/coremltools1/coremltools/-/jobs/6378720777

Update CI run: https://gitlab.com/coremltools1/coremltools/-/pipelines/1224542334

Updated CI run: https://gitlab.com/coremltools1/coremltools/-/pipelines/1232346698

Can you give us a minimal code to reproduce this issue?

I believe this is the same issue as #1254

Please tell us a little more about your use case. What are you trying to accomplish?

@kells1986 - Thanks for reporting this bug with code to reproduce it. Looks like we have a bug in the `value_inference` method for our `matmul` op. Strictly speaking `value_inference` methods...

> If I roll back to version 6.3.0 I get the error message: `RuntimeError: PyTorch convert function for op 'unflatten' not implemented.` > > I don't see any calls to...