-
The people at [rust-cv](https://github.com/rust-cv) looked recently at some clustering algorithms in linfa and one issue which came up are dependencies to the LAPACK routines. In some situations you w…
-
I wanted to implement `distance` as ndarray's `dot` but I'm finding the type errors inscrutable so far. Are there any examples anywhere of using this crate and ndarray together?
I implemented:
`…
-
Hi there,
TL;DR: I noticed a wrong computation while outputing a prediction probability vector for a classification tree
Disclaimer: I'm new to Rust.
I tried to re-use a snippet of Tract to mak…
-
I am testing out the onnxruntime library. I have a very simple model built in Python using sklearn and I save it in the onnx format using skl2onnx library.
python code:
```
from sklearn.model…
-
Hi I brought this up on the gitter and people said to post here. It seems like there is a memory leak when moving arrays between rust and python.
I have made an minimal example repo here:
https://…
-
`IndexedIter` and `IndexedIterMut` should have parallel iterator support.
Often it's desirable to have the element coordinates additionally to the element itself for accessing fields in other array…
-
Hi everyone, love this project as it just meets my recent needs. As a 'hello world' test, however, I'm having problems running the `rust-parallel` example.
According to the notes in the readme I ne…
-
Hello,
I am trying to load a model and am unsure how to prepare the input in order to pass it to a model. I tried referring to the batched example provided in https://github.com/sonos/tract/blob/ma…
-
Hello,
I am trying looking into Tract as an ONNX runtime for language models - with the goal of eventually integrating it to https://github.com/guillaume-be/rust-bert. I have exported a BERT-like m…
-
### Code
[ndarray](https://github.com/rust-ndarray/ndarray) master as of `ddef4d280fb5abc82325287e68ecacfc81882a1e`.
### Meta
`rustc --version --verbose`:
```
rustc 1.64.0-dev
binary: ru…