-
### 🚀 The feature
Would TorchData provide GPU support for loading and preprocessing images?
### Motivation, pitch
When I am learning PyTorch, I find, currently, it do not support using GPU to lo…
-
DeforumStableDiffusion reports me an error: RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA major versions. PyTorch has CUDA Version=12.1 and torchvision has …
-
Refer to https://swift.readthedocs.io/zh-cn/latest/Multi-Modal/qwen2-vl%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.html
[rank0]: File "/usr/local/lib/python3.10/site-packages/transformers/trainer.py", …
-
We have a number of DataPipes that are being deprecated. Our general policy is that we first mark the DataPipe as deprecated with a warning, and wait at least one release cycle (~3 months) before remo…
-
Hi DGL developers,
I am the developer of MatGL (https://github.com/materialsvirtuallab/matgl), a framework built on DGL and PyTorch. Recently, we encountered an issue updating our PyTorch version …
-
### 🐛 Describe the bug
```
dp = ...
dp = dp.sharding_filter()
rs = MultiProcessingReadingService(num_workers=4)
dataloader = DataLoader2(dp, reading_service=rs)
for _ in dataloader:
pas…
-
### 🐛 Describe the bug
Hi,
I have a dataset in TFRecords format and am trying to move to TorchData's API for loading tfrecords files.
This is the minimal example:
```python3
datapipe1 = Iterabl…
-
`HTTPReader` returns the URL for the "path"
https://github.com/pytorch/data/blob/13b574c80e8732744fee6ab9cb7e35b5afc34a3c/torchdata/datapipes/iter/load/online.py#L46
while `GDriveReader` return…
-
### 🐛 Describe the bug
I get the following errors.
```python
from torchdata.datapipes.map import SequenceWrapper
tuple(SequenceWrapper({'a': 100, 'b': 200, 'c': 300, 'd': 400})) # produces Ke…
-
### Add Link
- [Source code permalink](https://github.com/pytorch/tutorials/blob/653719940f7c4d908811da415f190465d8c3189d/advanced_source/ddp_pipeline.py#L175)
- [Online docs link](https://pytorch.o…