-
Segmentation on one project persistently outputs the following error, on commit a3babe:
Traceback (most recent call last):
File "/nfs/scistore12/cremegrp/casillas/new_ferda/core/parallelization.py"…
-
I'm trying to replicate the ELM project, but I've encountered an error. Specifically, in the file elm_datasets.py, I receive the following error:
File "/workspace/nkh1szh/ELM/lavis/datasets/datasets/…
-
### Describe the feature
We need to be able to make a `GetItem` operation on a "slim" index instead of the main table
### Use Case
average size of items in the main table is ~2KB and the aver…
-
# Bug report
### Bug description:
A major point of `__class_getitem__` ([PEP 560](https://peps.python.org/pep-0560/)) is to avoid metaclasses. This implies that the metaclass should never be in…
-
I got this while I'm using typedList:
``` py
AttributeError: 'GetItem' object has no attribute 'grad'
```
Would this feature be implemented into typedList. It seems that support for typedList is sti…
-
Depending on the runtime value used in `[` indexing on a series, the semantics may be array-indexing, or slicing based on a MultiIndex. This is extremely error-prone behavior in a very basic operation…
-
### 🐛 Describe the bug
I am trying compile a torchrec model which use fbgemm IntNBitTableBatchedEmbeddingBagsCodegen, which in turn use bounds_check_indices kernel, and part of the fx graph is:
`…
-
`__getitem__` is another important property for our `DataContainer` class, https://numpy.org/doc/stable/reference/c-api/array.html
```python
import numpy as np
xnp = np.random.randint(1,1…
-
It worked the last weeks, after Ive changed the keys in "config.ini"
Ive this error:
File "c:\Users\user\IdeaProjects\t\src\twitter\benutzer.py", line 9, in
api_key = config['twitter']['ap…
-
It would be nice to implement the things like
```python
# What is the reference base at position 12345?
ts.reference_sequence[12345]
# What are the bases between position a and b?
ts.reference_…