pytorch / data

A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
BSD 3-Clause "New" or "Revised" License
1.12k stars 149 forks source link

Online doc for DataLoader2/ReadingService and etc. #763

Open ejguan opened 2 years ago

ejguan commented 2 years ago

📚 The doc issue

As we are preparing the next release with DataLoader2, we might need to add a few pages for DL2, ReadingService and all other related functionalities in https://pytorch.org/data/main/

Suggest a potential alternative/fix

No response

NivekT commented 2 years ago

Potential duplicate issues of:

We should keep one and close the other ones?

ejguan commented 2 years ago

Let's keep it as it is. This can be treated as an overall tracker. Those three are sub issues.

dahsh commented 1 year ago

Do we plan to add some demo runs in the colab linked in the TorchData README.md

https://colab.research.google.com/drive/1x1ESG0_N02txFuQwyTfCnjhqzS-PzQjA

Thanks.

ejguan commented 1 year ago

Do we plan to add some demo runs in the colab linked in the TorchData README.md

@dahsh It would be great if we can update it with DataPipe + DataLoader2.