-
@lileicc CC @yberol
Use this issue to track features we need to add for PPAML. If you're working on something, add your name and relevant pull request here.
Things that we're currently working on:
…
-
### Description
I'm working with large embedding layers like 3'000'000x300 or even bigger on CPU-only devices. I noticed that `jax` takes much more memory than expected.
```python
import os
…
-
The following code snippet throws an error: `IndexError: Selection lists cannot have repeated values`:
``` python
import tables as tb
import numpy as np
f = tb.openFile("test", "w")
a = np.random.r…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
## Problem
When using a boolean array to access elements of another array (with a non-trivial size), it raises an error:
```python
TypeError: nonzero() missing 1 required positional argument: '…
-
To improve our test coverage we should add ingestion tests, that cover somehow "exhaustively" combinations for table setup. Implement code to generate tables with all DDL permutations for:
- [ ] Da…
-
λ> accountId0
Id {unId = 00000000000000000000000000}
λ> accountId1
Id {unId = 00000000000000000000000001}
λ> hash accountId0
5618888146721150863
λ> hash accountId1
…
-
### Please describe your wishes and possible alternatives to achieve the desired result.
## The problem
Indexing statements for backed anndata objects often look like:
```python
subset = back…
-
### Is your feature request related to a problem? Please describe.
### Proposed new feature or change:
I am interested in submitting a new feature proposal as an issue. Specifically, I have notice…
-
The codes in Ln[11] are:
> %matplotlib inline
> from IPython.core.pylabtools import figsize
> import matplotlib.pyplot as plt
> import scipy.stats as stats
> figsize(12.5, 4)
>
>
> samples…