Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcapelle/torchdata
Exploring new PyTorch 1.11 data API
https://github.com/tcapelle/torchdata
Last synced: about 1 month ago
JSON representation
Exploring new PyTorch 1.11 data API
- Host: GitHub
- URL: https://github.com/tcapelle/torchdata
- Owner: tcapelle
- Created: 2022-03-16T10:45:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T10:28:28.000Z (over 2 years ago)
- Last Synced: 2024-06-13T11:56:56.524Z (5 months ago)
- Language: Jupyter Notebook
- Size: 1.72 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring torchdata DataPipelines API
Let's try the new way of creating datasets with PyTorch. This code accompains [this report](https://wandb.ai/capecape/torchdata/reports/New-PyTorch-1-11-torchdata-API---VmlldzoxNjkwNjIz)
## [CamVid](01_CamVid.ipynb)
Explore how to create a segmentation pipelines based on popular CamVid dataset## [Timeseries](02_Timeseries.ipynb)
A simple rolling window historical price dataset