Mathieu Poumeyrol

Results 221 comments of Mathieu Poumeyrol

Just export them to ONNX, I guess.

You'll need to give me the onnx file and some input in npz form so I can have a look. See https://github.com/sonos/tract/blob/main/doc/cli-recipe.md#running-a-test-case for inspiration.

Hello! Thanks for your interest in tract. Not at this stage. I guess it would not be super hard to implement though, as tract models have a property hash where...

Sure! Thanks for helping.

We can't track a bug statistically. The way to move this forward is to pick one specific input example, run it in the reference implementation and exporting input and output...

Before going through these loops, you may want to check your preprocessing. Some image network depends on an extra normalisation step on the input which is sometimes collapsed in the...

Preprocessing can be deceivingly tricky... and my experience with NN is that when NN model inference breaks, it is usually not subtle. Glad you could finally make it work.

`tar` is required for the NNEF format, which I don't feel like putting behind conditional compilation as it is the primary format for tract. Hopefully the`tar` crew crate will make...

Hey, sorry for that, the kit abstraction is a pretty big change in the matrix multiplication code. What target are you running on ?