Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moskomule/fast_dataloader
Fast data loader using tar and tensordict
https://github.com/moskomule/fast_dataloader
Last synced: about 2 months ago
JSON representation
Fast data loader using tar and tensordict
- Host: GitHub
- URL: https://github.com/moskomule/fast_dataloader
- Owner: moskomule
- License: mit
- Created: 2024-02-06T11:40:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T13:42:21.000Z (11 months ago)
- Last Synced: 2024-02-07T14:52:53.280Z (11 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast_dataloader
A PyTorch data loader using tar and tensordict
**This project is work in progress**
![pytest](https://github.com/moskomule/fast_dataloader/workflows/pytest/badge.svg)
[![document](https://img.shields.io/static/v1?label=doc&message=fast_dataloader&color=blue)](https://moskomule.github.io/fast_dataloader)## Installation
```commandline
pip install -U git+https://github.com/moskomule/fast_dataloader
```