-
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://…
-
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…
-
`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…
-
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-6774
Using the example at [https://github.com/apache/arrow/tree/master/rust/parquet] is slow.
The snippet
{code:n…
alamb updated
2 years ago
-
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…
-
## Description
This is reproduceable with the following test case:
@Test
fun testModelLoad() {
var model = Model.newInstance("model")
model.block = Mlp(2, 1, intArrayOf(10…
-
Hi, sorry for the dumb question, I'm new to rust and algorithms in general but I'm trying to implement a distance metric using lat, lon coordinates to return the number of meters:
```rust
fn e…