data
data copied to clipboard
A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/torchdata/datapipes/iter/util/saver.py#L60 cc @VitalyFedyunin
[TODO] `DataLoader2` - Some ReadingServices might want to validate adapters, we can add this feature
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/./torchdata/dataloader2/dataloader2.py#L57 cc @VitalyFedyunin
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/./torchdata/dataloader2/reading_service.py#L148 cc @VitalyFedyunin
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/./torchdata/dataloader2/reading_service.py#L106 cc @VitalyFedyunin
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/torchdata/dataloader2/communication/protocol.py#L67 https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/torchdata/dataloader2/communication/protocol.py#L192 https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/torchdata/dataloader2/communication/protocol.py#L204
### 📚 The doc issue As we further develop `DataLoader2`, we should add a separate page under ("API Reference") for `DataLoader2` documentation. The page should cover topics such as adapters,...
> Thank you for your reply,i try it but it have an error```Exception: OnDiskCache Exception: ./data\datasets\IMDB\aclImdb_v1.tar.gz expected to be written by different process, but file is not ready in 300...
### 📚 The doc issue The examples for Text/Vision/Audio are out-of-date: https://github.com/pytorch/data/tree/main/examples The colab attached in README needs to be updated as well: - How to install torchdata - Example...
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/torchdata/datapipes/iter/load/online.py#L21
This issue is generated from the TODO line https://github.com/pytorch/data/blob/2f29adba451e1b87f1c0c654557d9dd98673fdd8/torchdata/datapipes/iter/util/dataframemaker.py#L148