-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
I am getting the following error on re training the uspto data that has been provided in the link: https://drive.google.com/drive/folders/1lZOLRGyZy18EVow7gyxtKWvs_yuwlIE3?usp=sharing
The atoms cou…
-
```python
>>> arr = ndtest("a=a0,a2,a1")
>>> arr
a a0 a2 a1
0 1 2
>>> g = arr.a.i[1]
>>> g
a.i[1]
>>> arr[g]
1
>>> arr.sum(g)
1
```
Now let us define another array with the s…
-
Hi, is it possible to load the paired RGB image in the [__getitem__ function](https://github.com/AlanJiang98/EvHandPose/blob/fa79ea374635feaf0c42d7edda33f30428b49640/core/dataset/dataset.py#L299)?
I …
-
### Environment
Operating System: Windows_NT
Node Version: v22.6.0
Nuxt Version: 3.12.4
Nitro Version: 2.9.7
Package Manager: bun@1.1.24
Builder: vite
User Config: devtools, compatibilityVers…
-
The `SphericalSWEDataset` class currently implements the `__getitem__` as follows:
```py
def __getitem__(self, index):
with torch.inference_mode():
with torch.no_grad():…
-
# Redis(Pub/Sub)로 로컬 캐시 동기화하기 | BLOG
[https://pompitzz.github.io/blog/Redis/LocalCacheSyncWithRedisPubSub.html](https://pompitzz.github.io/blog/Redis/LocalCacheSyncWithRedisPubSub.html)
-
## ❓ Questions and Help
**Description**
For some reason, calling __getitem__() on the Torchtext Multi30k dataset returns a NotImplementedError for me, despite the dataset being properly downlo…
-
MessageList getItems() function has a few bugs:
- This function is not registered in MessageListNamespace.
- MessageListGetItemsFunction.NAME is missing an 's' at the end.
- This function requires no …
-
boolean and fancy index masking related routines can be sped up and are used very often.
Be nice if we could hook these routines.