-
I can't get my model, which expects an input of shape `1x51`, to take an array of the same shape. Instead the thread panics. Am I doing something obviously wrong?
I am defining a model and load a C…
-
Implementing `std::convert::From` for `PyErr` is required a lot when calling rust functions from python. PyO3 does implement errors from `std` using `impl_to_pyerr` macro, but this macro isn't expor…
-
Hi! Thank you for your work.
I am rather new to Rust and I am struggling to resample a `Vec`. I saw you put some examples but they seem to read directly from a file. I tried the code below, which w…
-
I think converting OpenCV to ndarray would be a good feature. As Pyo3 has good support for converting numpy arrays to ndarrays, seems like a good feature to be able to convert OpenCV mat directly to n…
-
So I'm trying to build but I'm getting some error...
I already added to my environments the libtorch but still getting the error:
https://app.warp.dev/block/ZOFX2CGP3VPxZMi4ThfgqG
Output error:
` …
-
Hi thanks for the lib! When looking at code:
https://github.com/rust-ndarray/ndarray-stats/blob/b6628c6a1c143532673213c56d46da5fda80cbe8/src/quantile/mod.rs#L289-L304
I see some error handling. …
-
Hi, I am a beginner of rust, when i run the example code of "quickstart" that is in the directory of examples, an error occur, the error information is :
> error[E0277]: the trait bound `NeuralNet…
xuexl updated
2 years ago
-
## 内容
(以下の記述は必要に応じてアップデートしていきます。改善すべき点があればご指摘ください。)
現在、コアライブラリは C++ で記述されています。C++ は優れた言語ですが、ビルドツールなどを含め現代的でない部分が存在し、それにより開発の難しさを感じることがあります。ここで、開発言語として新たに Rust を採用することによって、開発体験が向上することが期待されるため、Rus…
-
I'm wondering if there is interest in a feature-gated conversion between Polars and R data frames, in the same way we are doing for `ndarray`. So the module would implement the appropriate To/From Rob…
-
libtorch was downloaded from https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.11.0%2Bcpu.zip
When compiling the package, the following errors and many other similar ones are re…