-
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…
-
`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…
-
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…
-
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…
-
## Description
This is reproduceable with the following test case:
@Test
fun testModelLoad() {
var model = Model.newInstance("model")
model.block = Mlp(2, 1, intArrayOf(10…
-
### Bug Description
```
>>maturin develop
🍹 Building a mixed python/rust project
🔗 Found pyo3 bindings
🐍 Found CPython 3.10 at /Users/twiecki/miniforge3/envs/pymc4/bin/python
📡 Using build optio…
-
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…
-
I get an `(signal: 11, SIGSEGV: invalid memory reference)` error when trying to insert into sled. I am using serde/bincode to get a `Vec` of my struct. Relevant code is:
```rust
pub fn cache_sampl…
-
mocOS 10.15.7
brew install
0.52.0
rustc 1.52.0-nightly (e37a13cc3 2021-02-28)
Fresh pkg-config v0.3.19
Fresh autocfg v1.0.1
Fresh cfg-if v1.0.0
Fresh unicode-xid v…
-
Consider the following message definition:
```rs
#[pyclass]
#[derive(Debug, PartialEq, Deserialize, Serialize, Clone)]
pub struct Image {
#[pyo3(get, set)]
#[serde(with = "serde_bytes"…