-
### 🐛 Describe the bug
Here is the code to reproduce the issue:
```
import torch
x = torch.tensor([-9223372036854775808], dtype=torch.int64)
y = torch.tensor([[-1]], dtype=torch.int64)
out =…
-
### 🚀 The feature
Over time, we have received more and more request for additional `IterDataPipe` (e.g. #648, #754, plus many more). Sometimes, these functionalities are very similar to what is alr…
-
### 🐛 Describe the bug
I have a small script to reproduce how a toy model and the following three features lead to an error when combined:
1. torch.compile
2. FSDP1 with cpu offloading
3. PyTorch …
-
### 🐛 Describe the bug
If either a worker process or the feeder process of the MPRS get killed, the main process will just hang indefinitely and not throw an error. Such a situation might easily aris…
-
### 🐛 Describe the bug
I encountered a problem where iterating twice caused the dataset to lose determinism.
```python
dp1 = IterableWrapper(range(10)).shuffle().set_seed(1)
dp2 = IterableWrapp…
-
### 🐛 Describe the bug
Prefetcher will hang indefinitely on shutdown(), the faulthandler stack traces indicates that main thread is blocked on https://github.com/pytorch/data/blob/main/torchdata/data…
-
### 🐛 Describe the bug
1. Create a pipeline and use MPRS with 'spawn' (same behavior might potentially also be replicated with 'fork')
2. Have the worker process fail to start due to an error during…
-
### 🐛 Describe the bug
This took me extremely long to figure out and is a super sneaky bug:
```
import os
import functools
from torchdata.datapipes.iter import IterableWrapper, IterDataPipe
fr…
-
### 😵 Describe the installation problem
After using `conda` for `pytorch` installation, trying to install `pyg` through the official [guide](https://pytorch-geometric.readthedocs.io/en/latest/notes/i…
-
When running the first Cell of the MVDream_3D_colab, there seems to be a conflict with the new Pytorch release.
I'm guessing the combination of the xformers 0.0.20 and nerfacc with torch version 2.0.…