-
At present there is no documentation that indicates how one can create a matrix. The example here is not clear.
This request is for documentation and examples for how to make an extendr matrix. At…
-
I have exported transformer model: https://pytorch.org/docs/1.13/generated/torch.nn.Transformer.html to onnx and found that version 0.20 is very slow. version 0.19 works acceptably, but the call to in…
-
Hi there,
I'm a bit confused about the tract api. My model output has 2 logits. The first one has one dimension. Therefore, I can get the predicted value in the same way as shown in the examples. The…
-
Have a working POC with sending NumPy data to rust, reading it, creating new arrays and performing operations on it. Compare speed to pure Python.
-
Hi im converting an ML model to rust and there is this method which transposes & reshapes the array
```python
def rotate_vertices(vertices, theta, anchor=None):
'''rotate vertices around anchor
…
-
## 🐛 Bug
I get `Generating aarch64-apple-darwin/release/libtokenizers_c.a No such file or directory` when following `[Option 2. Build MLC Runtime from Source](https://mlc.ai/mlc-llm/docs/deploy/cli…
-
Hi thanks for the lib! I wonder what is the fastest way of converting between OpenCV Mat and Rust ndarray (or other Rust arrays)? Obviously I can iterate each element and assign the value, but it will…
-
Playing around with some more complex possibilities of const traits + checked evaluation, and ran into an ICE. I minimized it as much as I could, but I imagine this may not be the most minimal exa…
-
**Please describe the problem you are trying to solve.**
The API to access data is cumbersome as it implements all possibilities of the cross-product
`{read, write, writeGradient} x {Single, Blo…
-
Hi, while trying to wrap [our CosmWasm VM](https://github.com/ComposableFi/cosmwasm-vm) I encountered the following issue:
```
warning: `starter` (bin "starter") generated 1 warning
Finished re…