Mathieu Poumeyrol

Results 221 comments of Mathieu Poumeyrol

Hello! thanks for your interest and sorry for delay in answering. The nboutput fix feels right. Feel free to make it a PR. You can use the `ensure!` macro to...

* The nboutput fix works. * #1037 fixes the cast problem. * there is still an issue (at least) with this model (silero v4) * "Can only deal with constant...

Hello, thanks for your interest in tract :) In this list, MAX_POOL_2D and BATCH_MATMUL should be easy, as their semantics are already well represented in tract-core, so it is probably...

Hey, as far as I can tell checking the code, both MAX_POOL_2D and BATCH_MATMUL are supported to some extent. It's hard to say how complete tract coverage is, as tflite...

Hey, thanks for the report, I think I fixed that one a couple of weeks ago, but got OOO/then recovering from OOO time since. Could you validate with the alpha...

Thanks for checking. You may have noticed I'm not super fluent in Python and Python packaging. Do you have any idea of what is going wrong there ?

Link #1038, covering two first tasks

I think it should start with 5. There is a huge amount of code in Scan to declutter it (decluttering is actually implementing the high level optimization in tract terminology)....

@7r3nzy yes, I'm referring to 1090 (and a couple of them that will follow). Is it not just again a problem of `--onnx-ignore-output-shapes` ? Maybe I should actually make ignoring...