-
Cześć!
Czy tylko u mnie przestała działać integracja z API od ZTMu? Czy ktoś też ma ten sam przypadek?
Ostatni pomyślny odczyt był 31.10 o 11:29, od tamtego momentu już cisza.
configuration.yaml…
-
## Description
If I want to remove members from a group, I need to:
1. Check who are in what group by `listGroups` and remember the names
2. `list` to find the names and corresponding indices
3. Use c…
-
## Bug Description
indices are const tensor, which gets const folded into frozen param. The meta of the frozen param node is empty dict, leading to converter validation check failure [here](https:…
-
Most of the computation time in create_data is now spend on tokenization
There are obvious inefficiencies that need to be addressed.
For example in the `_add_token` function which is applied rep…
-
Here's the use case, I wish to perform a random access `take` of a dataset, given some indices which was obtained by some query beforehand. Effectively I wish to implement my own sampler (I can't use …
-
### 🐛 Describe the bug
Under specific inputs, `max_pool2d_with_indices_backward` triggered a crash.
```python
import torch
grad_output = torch.full((9,7,9,9,), 4.91269, dtype=torch.float)
sel…
-
## Why
A task to build auto-complete index from the addresses that users sent mails to in the SENT mailbox.
Would help us in several cases:
- We can not reindex the contact indices.
e.g. https:/…
-
Hi, when running train_joint.py, I met the error "TypeError: VideoLISAForCausalLM.model_forward() missing 1 required positional argument: 'dense_indices'". And I check the input_dict, it actually doe…
-
There are a few improvements we can make to the spectral index transforms in torchgeo:
- [x] Adding a latex rendering of the index in the docs that show the wavelengths of the bands used (with their …
-
To improve the ESQL task, we could try to retrieve some context from the customer cluster.
We could for example fetch the list of all indices / aliases / datastreams the current user has access to, a…