cospectrum
cospectrum
Add a method equivalent to `iter.enumerate().filter(|(_, x)| predicate(x))`.
The model worked in version `0.20`, but in version `0.21` the parsing failed. [scrfd.onnx.zip](https://github.com/sonos/tract/files/14038785/scrfd.onnx.zip) ``` Error: Failed analyse for node #204 "Resize_99" Resize Caused by: 0: Infering facts 1: Applying...
Hi, I intend to use `tract` for inference with `AWS Lambda`. I've observed that the initialization and optimization of ONNX models (from &[u8]) can be 2-3 times slower than the...
Hello! I noticed that each gemm call allocates memory on the heap for "packing buffers". So maybe there is a way to give the user the ability to pre-allocate all...
**Describe the bug** `default-features = false` leads to a compilation error. Consider using `cargo yank`. Also think about a better CI, using `cargo workspace` and [`cargo hack`](https://github.com/taiki-e/cargo-hack) can help **To...
NameError: name 'error' is not defined.