Thomas

Results 8 issues of Thomas

Hello, Will it be possible to configure model data type (same a tensor dtype) ? Let's say it do some quantisation on my model I would like to be able...

help wanted

hello, After playing around with RedisAI through the cli and python client I found it very interesting and wanted to dig a bit deeper into the implementation and how to...

In order to be used by other package like [dbt-codegen](https://github.com/dbt-labs/dbt-codegen), it would be nice to provide implementation using this adapters for some macros like `get_tables_by_pattern_sql`. Happy to help in implementation...

enhancement
good first issue

Hello, This is the code for the visulalisation of the workshop using rust and vega_lite_3. `Cargo.toml` ``` [dependencies] vega_lite_3 = {version = "0.1", features = ["show_vega"]} serde = {version =...

**Is your feature request related to a problem? Please describe.** Using the io module it's possible to load a `Mat` from an NPY file. However it's not possible to easily...

enhancement

Fixes sarah-ek/faer-rs#142

**Describe the bug** Cannot create a `SymbolicSparseRowMat` with `SymbolicSparseRowMat::new_checked()` or `new_unsorted_checked()` *To Reproduce** ```shell pip install numpy scipy ``` ```python import numpy as np import scipy.sparse (nrows, ncols) = (4,...

bug

## Summary This is a first proposition for #297. It's currently working for our use case of embedded ClickHouse for unit tests with DBT. It would be great to have...