-
Implement this paper: https://arxiv.org/abs/2405.12497 as a new quantization type
-
### 🐛 Describe the bug
Indexing a numpy array by a tensor creates a result with unexpected shape.
``` python
import torch as t
import numpy as np
# works
a = t.ones((100, 512, 512))[t.tens…
-
I'm trying to replicate the results from the paper (on LastFm dataset).
Even if I managed to replicate results for 'random' and 'sequential' indexing, I couldn't replicate results for 'collaborati…
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
I re-indexed and now a lot of block references don't point to the content they used to.
If I try to re…
-
### What happened?
I am implementing my own lazy loadable backend based on https://docs.xarray.dev/en/latest/internals/how-to-add-new-backend.html#how-to-support-lazy-loading using the xr.core.indexi…
-
### Is your feature request related to a problem?
I was wondering why a `groupby("foo").first()` call was going so slowly — I think we run a python loop for this, rather than calling into flox:
ht…
-
### Feature request
Some datasets may contain an id-like field, for example the `id` field in [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) and the `_id` field in [BeIR…
-
As several layers support complex types (e.g., Dense, Conv, Bilinear), I expected the same from MeanPool and AdaptiveMeanPool. Example below for MeanPool (copied and pasted from jupyterlab). I've e…
-
https://github.com/Giskard-AI/giskard/blob/4f88d8095adf3d87d5be4900b37dad87d3950c7b/giskard/testing/tests/statistic.py#L86C1-L164C114
Hello, it seems that while using a slicing function for this te…
-
https://github.com/DUNE-DAQ/trigger/blob/f8835d4eee21f50d77331910b0fcfe16bae9f96e/src/TCProcessor.cpp#L303
When a TriggerCandidate is created with a time_candidate - time_start difference larger th…